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