2 writes to StatusCode
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
72this.httpBackedProperty.StatusCode = value; 396this.StatusCode = propertyToMerge.StatusCode;
3 references to StatusCode
System.ServiceModel (3)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
57this.httpBackedProperty.StatusCode : 381if (this.StatusCode != TraditionalHttpResponseMessageProperty.DefaultStatusCode) 383copiedProperty.StatusCode = this.StatusCode;