1 write to pipeline
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
882
this.
pipeline
= pipeline;
4 references to pipeline
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (4)
887
IAsyncResult result = this.
pipeline
.BeginParseIncomingMessage(asynCallback, this);
908
Message message = this.
pipeline
.EndParseIncomingMesssage(result, out requestException);
917
this.
pipeline
.OnParseComplete(message, requestException);
918
this.acceptor.Enqueue(this.
pipeline
.HttpRequestContext, this.dequeuedCallback, true);