3 writes to responseMessage
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
570this.responseMessage = null; 575this.responseMessage = this.message; 697this.closeOutputAfterReply = context.PrepareReply(ref this.responseMessage);
8 references to responseMessage
System.ServiceModel (8)
System\ServiceModel\Channels\HttpRequestContext.cs (8)
603!object.ReferenceEquals(this.message, this.responseMessage)) 605this.responseMessage.Close(); 679!object.ReferenceEquals(this.message, this.responseMessage)) 681this.responseMessage.Close(); 703if (context.httpPipeline.SendAsyncReply(this.responseMessage, onHttpPipelineSend, this) == AsyncCompletionResult.Queued) 715httpResponseMessage = HttpResponseMessageProperty.GetHttpResponseMessageFromMessage(this.responseMessage); 723!object.ReferenceEquals(this.message, this.responseMessage)) 725this.responseMessage.Close();