2 writes to StatusCode
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
72_httpBackedProperty.StatusCode = value; 407this.StatusCode = propertyToMerge.StatusCode;
3 references to StatusCode
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
57_httpBackedProperty.StatusCode : 392if (this.StatusCode != TraditionalHttpResponseMessageProperty.DefaultStatusCode) 394copiedProperty.StatusCode = this.StatusCode;