3 references to GetValue
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (1)
711HttpResponseMessageProperty property = message.Properties.GetValue<HttpResponseMessageProperty>(HttpResponseMessageProperty.Name);
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
145HttpRequestMessageProperty property = message.Properties.GetValue<HttpRequestMessageProperty>(HttpRequestMessageProperty.Name);
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
170HttpResponseMessageProperty property = message.Properties.GetValue<HttpResponseMessageProperty>(HttpResponseMessageProperty.Name);