1 override of SendStatus
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
778
internal override void
SendStatus
(int statusCode, int subStatusCode, string statusDescription) {
2 references to SendStatus
System.Web (2)
HttpResponse.cs (2)
1480
_wr.
SendStatus
(_statusCode, _subStatusCode, this.StatusDescription);
3400
_wr.
SendStatus
(this.StatusCode, this.SubStatusCode, this.StatusDescription);