Implemented interface member:
16 references to TryGetValue
Client.ClientBase.IntegrationTests (1)
MessageInspectorTestHelpers.cs (1)
117if (request.Properties.TryGetValue(HttpRequestMessageProperty.Name, out obj2))
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
720if (message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property)) 1167if (message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property))
System\ServiceModel\Channels\MessageContent.cs (1)
59if (_message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property))
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
66if (properties.TryGetValue(ChannelBindingMessageProperty.Name, out value))
System\ServiceModel\Channels\MessageProperties.cs (5)
71if (!TryGetValue(name, out value)) 660if (TryGetValue(name, out o)) 680if (!TryGetValue(name, out obj)) 900if (!TryGetValue(pair.Key, out value)) 982if (!TryGetValue(pair.Key, out value))
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
452if (message.Properties.TryGetValue("System.ServiceModel.Channel.MtomMessageEncoder.WriteMessageHeaders", out object boolAsObject) && boolAsObject is bool) 542if (message.Properties.TryGetValue("System.ServiceModel.Channel.MtomMessageEncoder.WriteMessageHeaders", out object boolAsObject) && boolAsObject is bool)
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
42if (message.Properties.TryGetValue(EventTraceActivity.Name, out property))
System\ServiceModel\Diagnostics\TraceUtility.cs (3)
102if (message.Properties.TryGetValue(TraceUtility.ActivityIdKey, out property)) 119if (!operationContext.IncomingMessageProperties.TryGetValue(E2EActivityId, out activityIdFromProprties)) 299if (OperationContext.Current != null && OperationContext.Current.OutgoingMessageProperties.TryGetValue(TraceUtility.AsyncOperationActivityKey, out data))