3 references to TryGet
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (1)
41return TryGet(message.Properties, out property);
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
254if (!NetworkInterfaceMessageProperty.TryGet(properties, out property))
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
103if (NetworkInterfaceMessageProperty.TryGet(OperationContext.Current.IncomingMessageProperties, out udpMessageProperty))