1 override of Index
System (1)
net\System\Net\NetworkInformation\SystemIPv6InterfaceProperties.cs (1)
23public override int Index{
3 references to Index
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
231this.udpTransportBindingElement.TimeToLive, v6Properties.Index, allowMulticastLoopback, isLoopbackAdapter));
System\ServiceModel\Channels\UdpChannelListener.cs (1)
575this.udpTransportBindingElement.TimeToLive, v6Properties.Index, allowMulticastLoopback, isLoopbackAdapter));
System\ServiceModel\Channels\UdpUtility.cs (1)
96interfaceIndex = ipv6Properties.Index;