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