8 writes to StatusDescription
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
301
context.Response.
StatusDescription
= CoreChannel.GetResourceString("Remoting_InternalError");
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
897
this.context.Response.
StatusDescription
= statusDescription;
System.Web (3)
Abstractions\HttpResponseWrapper.cs (1)
209
_httpResponse.
StatusDescription
= value;
HttpResponse.cs (2)
1132
StatusDescription
= rawResponse.StatusDescription;
3052
this.
StatusDescription
= descr;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
722
context.Response.
StatusDescription
= SR.ExceptionHttpHandlerImageNotFound;
System.Web.Extensions (2)
HttpResponseInternalWrapper.cs (1)
193
_httpResponse.
StatusDescription
= value;
Script\Services\RestHandler.cs (1)
222
context.Response.
StatusDescription
= HttpWorkerRequest.GetStatusDescription(statusCode);
6 references to StatusDescription
System.Web (5)
Abstractions\HttpResponseWrapper.cs (1)
206
return _httpResponse.
StatusDescription
;
HttpResponse.cs (4)
528
_wr.SendStatus(this.StatusCode, this.
StatusDescription
);
1480
_wr.SendStatus(_statusCode, _subStatusCode, this.
StatusDescription
);
3035
return this.StatusCode.ToString(NumberFormatInfo.InvariantInfo) + " " + this.
StatusDescription
;
3400
_wr.SendStatus(this.StatusCode, this.SubStatusCode, this.
StatusDescription
);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
190
return _httpResponse.
StatusDescription
;