2 instantiations of TraditionalHttpResponseMessageProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
21_traditionalProperty = new TraditionalHttpResponseMessageProperty(); 27_traditionalProperty = new TraditionalHttpResponseMessageProperty(originalHeaders);
4 references to TraditionalHttpResponseMessageProperty
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (4)
14private TraditionalHttpResponseMessageProperty _traditionalProperty; 392if (this.StatusCode != TraditionalHttpResponseMessageProperty.DefaultStatusCode) 403public void MergeWithTraditionalProperty(TraditionalHttpResponseMessageProperty propertyToMerge) 410if (propertyToMerge.StatusDescription != TraditionalHttpResponseMessageProperty.DefaultStatusDescription)