2 references to GetValue
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2962HttpResponseMessageProperty responseProperty = message.Properties.GetValue<HttpResponseMessageProperty>(HttpResponseMessageProperty.Name, true);
System\ServiceModel\Channels\MessageProperties.cs (1)
597return this.GetValue<TProperty>(name, false);