1 override of GetIPv6Properties
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
82public override IPv6InterfaceProperties GetIPv6Properties(){
3 references to GetIPv6Properties
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
226IPv6InterfaceProperties v6Properties = properties.GetIPv6Properties();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
570IPv6InterfaceProperties v6Properties = properties.GetIPv6Properties();
System\ServiceModel\Channels\UdpUtility.cs (1)
95IPv6InterfaceProperties ipv6Properties = properties.GetIPv6Properties();