1 write to requestMessage
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1443this.message = this.requestMessage = message;
10 references to requestMessage
System.ServiceModel (10)
System\ServiceModel\Channels\HttpChannelFactory.cs (10)
1451factory.ApplyManualAddressing(ref this.to, ref this.via, this.requestMessage); 1546this.httpOutput = HttpOutput.CreateHttpOutput(this.request, this.factory, this.requestMessage, this.factory.IsChannelBindingSupportEnabled); 1569if (!object.ReferenceEquals(this.message, this.requestMessage)) 1571this.requestMessage.Close(); 1598if (!object.ReferenceEquals(this.message, this.requestMessage)) 1600this.requestMessage.Close(); 1633ioException), this.requestMessage); 1638webException), this.requestMessage); 1645objectDisposedException), this.requestMessage); 1649to.Uri, this.timeoutHelper.OriginalTimeout), objectDisposedException), this.requestMessage);