1 override of WinsServersAddresses
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
42
public override IPAddressCollection
WinsServersAddresses
{ get { return _winsServerAddresses; } }
1 reference to WinsServersAddresses
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (1)
34
public override bool UsesWins { get { return _linuxNetworkInterface.GetIPProperties().
WinsServersAddresses
.Count > 0; } }