2 writes to httpRequestMessage
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
488this.httpRequestMessage = httpRequestMessage; 511this.httpRequestMessage = httpRequestMessageInput.HttpRequestMessage;
4 references to httpRequestMessage
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (4)
512this.httpRequestMessage.Properties.Add(HttpPipelineKey, this); 516this.transportIntegrationHandlerTask = this.transportIntegrationHandler.ProcessPipelineAsync(this.httpRequestMessage, this.cancellationTokenSource.Token); 558return this.HttpInput.BeginParseIncomingMessage(this.httpRequestMessage, asynCallback, state); 740httpResponseMessage.RequestMessage = this.httpRequestMessage;