2 writes to InterfaceIndex
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (2)
15this.InterfaceIndex = interfaceIndex; 20this.InterfaceIndex = other.InterfaceIndex;
2 references to InterfaceIndex
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (1)
20this.InterfaceIndex = other.InterfaceIndex;
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
271socket = this.GetSendSocket(property.InterfaceIndex, out exceptionToBeThrown);