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