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