1 instantiation of TraditionalHttpResponseMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
27
this.traditionalProperty = new
TraditionalHttpResponseMessageProperty
(originalHeaders);
4 references to TraditionalHttpResponseMessageProperty
System.ServiceModel (4)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (4)
15
TraditionalHttpResponseMessageProperty
traditionalProperty;
381
if (this.StatusCode !=
TraditionalHttpResponseMessageProperty
.DefaultStatusCode)
392
public void MergeWithTraditionalProperty(
TraditionalHttpResponseMessageProperty
propertyToMerge)
399
if (propertyToMerge.StatusDescription !=
TraditionalHttpResponseMessageProperty
.DefaultStatusDescription)