1 write to httpResponseMessage
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2033
this.
httpResponseMessage
= httpResponseMessage;
5 references to httpResponseMessage
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
2068
if (this.
httpResponseMessage
!= null)
2070
buffer = httpOutput.SerializeBufferedMessage(this.
httpResponseMessage
);
2132
if (this.
httpResponseMessage
!= null)
2134
buffer = httpOutput.SerializeBufferedMessage(this.
httpResponseMessage
);
2210
result = httpOutput.BeginWriteStreamedMessage(this.
httpResponseMessage
, timeoutHelper.RemainingTime(), onWriteStreamedMessage, this);