1 override of GetIPv4Properties
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
75public override IPv4InterfaceProperties GetIPv4Properties(){
2 references to GetIPv4Properties
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
239IPv4InterfaceProperties v4Properties = properties.GetIPv4Properties();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
583IPv4InterfaceProperties v4Properties = properties.GetIPv4Properties();