1 instantiation of NetworkInterfaceMessageProperty
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
568
NetworkInterfaceMessageProperty networkInterfaceMessageProperty = new
NetworkInterfaceMessageProperty
(interfaceIndex);
15 references to NetworkInterfaceMessageProperty
System.ServiceModel.Channels (11)
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (5)
18
NetworkInterfaceMessageProperty(
NetworkInterfaceMessageProperty
other)
34
public static bool TryGet(Message message, out
NetworkInterfaceMessageProperty
property)
44
public static bool TryGet(MessageProperties properties, out
NetworkInterfaceMessageProperty
property)
54
property = value as
NetworkInterfaceMessageProperty
;
80
properties.Add(
NetworkInterfaceMessageProperty
.Name, this);
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (3)
250
NetworkInterfaceMessageProperty
property;
254
if (!
NetworkInterfaceMessageProperty
.TryGet(properties, out property))
261
exceptionToBeThrown = new InvalidOperationException(SR.NetworkInterfaceMessagePropertyMissing(typeof(
NetworkInterfaceMessageProperty
)));
System\ServiceModel\Channels\UdpRequestContext.cs (2)
15
private
NetworkInterfaceMessageProperty
networkInterfaceMessageProperty;
25
if (!
NetworkInterfaceMessageProperty
.TryGet(requestMessage, out this.networkInterfaceMessageProperty))
System\ServiceModel\Channels\UdpUtility.cs (1)
568
NetworkInterfaceMessageProperty
networkInterfaceMessageProperty = new NetworkInterfaceMessageProperty(interfaceIndex);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (4)
102
NetworkInterfaceMessageProperty
udpMessageProperty;
103
if (
NetworkInterfaceMessageProperty
.TryGet(OperationContext.Current.IncomingMessageProperties, out udpMessageProperty))
162
NetworkInterfaceMessageProperty
networkInterfaceMessageProperty;
177
public
NetworkInterfaceMessageProperty
NetworkInterfaceMessageProperty