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