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