1 override of SendStatus
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
778internal 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);