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