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