1 type derived from IPv6InterfaceProperties
System (1)
net\System\Net\NetworkInformation\SystemIPv6InterfaceProperties.cs (1)
8
internal class SystemIPv6InterfaceProperties:
IPv6InterfaceProperties
{
5 references to IPv6InterfaceProperties
System (2)
net\System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
45
public abstract
IPv6InterfaceProperties
GetIPv6Properties();
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
82
public override
IPv6InterfaceProperties
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();