5 references to SendResponseAndClose
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1168
context.
SendResponseAndClose
(HttpStatusCode.BadRequest);
System\ServiceModel\Channels\HttpPipeline.cs (2)
837
this.HttpRequestContext.
SendResponseAndClose
(HttpStatusCode.InternalServerError);
851
this.httpRequestContext.
SendResponseAndClose
(HttpStatusCode.ServiceUnavailable);
System\ServiceModel\Channels\HttpRequestContext.cs (2)
393
SendResponseAndClose
(statusCode);
399
SendResponseAndClose
(statusCode);