1 type derived from IPv4InterfaceProperties
System (1)
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
12internal class SystemIPv4InterfaceProperties:IPv4InterfaceProperties{
4 references to IPv4InterfaceProperties
System (2)
net\System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
43public abstract IPv4InterfaceProperties GetIPv4Properties();
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
75public override IPv4InterfaceProperties 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();