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