1 write to httpPipeline
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
172
this.
httpPipeline
= HttpPipeline.CreateHttpPipeline(this, transportIntegrationHandler, this.IsWebSocketRequest);
8 references to httpPipeline
System.ServiceModel (8)
System\ServiceModel\Channels\HttpRequestContext.cs (8)
89
HttpPipeline pipeline = this.
httpPipeline
;
164
if (this.
httpPipeline
!= null)
166
this.
httpPipeline
.Close();
298
HttpInput input = this.
httpPipeline
.HttpInput;
320
this.
httpPipeline
.SendReply(responseMessage, timeoutHelper.RemainingTime());
703
if (context.
httpPipeline
.SendAsyncReply(this.responseMessage, onHttpPipelineSend, this) == AsyncCompletionResult.Queued)
760
return this.
httpPipeline
.BeginProcessInboundRequest(replyChannelAcceptor, acceptorCallback, callback, state);
765
this.
httpPipeline
.EndProcessInboundRequest(result);