7 references to HttpRequestContext
System.ServiceModel (7)
System\ServiceModel\Channels\HttpPipeline.cs (7)
275this.HttpRequestContext.Listener.RequestInitializationTimeout, 280this.HttpRequestContext.SetMessage(message, requestException); 632this.HttpRequestContext.SendResponseAndClose(httpResponseMessage); 826channelEnqueued = this.HttpRequestContext.Listener.CreateWebSocketChannelAndEnqueue(this.HttpRequestContext, this, response, protocol, this.dequeuedCallback); 837this.HttpRequestContext.SendResponseAndClose(HttpStatusCode.InternalServerError); 918this.acceptor.Enqueue(this.pipeline.HttpRequestContext, this.dequeuedCallback, true);