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