3 writes to responseMessage
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
570
this.
responseMessage
= null;
575
this.
responseMessage
= this.message;
697
this.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
))
605
this.
responseMessage
.Close();
679
!object.ReferenceEquals(this.message, this.
responseMessage
))
681
this.
responseMessage
.Close();
703
if (context.httpPipeline.SendAsyncReply(this.
responseMessage
, onHttpPipelineSend, this) == AsyncCompletionResult.Queued)
715
httpResponseMessage = HttpResponseMessageProperty.GetHttpResponseMessageFromMessage(this.
responseMessage
);
723
!object.ReferenceEquals(this.message, this.
responseMessage
))
725
this.
responseMessage
.Close();