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