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