2 writes to requestMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
124this.message = this.requestMessage = message; 228this.requestMessage = this.correlationCallback.EndFinalizeCorrelation(result);
6 references to requestMessage
System.ServiceModel (6)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (6)
229this.requestMessage.Properties.Remove(CorrelationCallbackMessageProperty.Name); 235requestResult = this.channel.BeginRequest(this.requestMessage, this.timeoutHelper.RemainingTime(), onRequest, this); 242if (this.message != null && !object.ReferenceEquals(this.message, this.requestMessage)) 244this.requestMessage.Close(); 266if (this.message != null && !object.ReferenceEquals(this.message, this.requestMessage)) 268this.requestMessage.Close();