2 writes to statusCode
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
236
this.
statusCode
= DefaultStatusCode;
267
this.
statusCode
= value;
1 reference to statusCode
System.ServiceModel (1)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
262
return this.
statusCode
;