1 write to httpResponseMessage
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1634this.httpResponseMessage = httpResponseMessage;
4 references to httpResponseMessage
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1670if (this.httpResponseMessage == null) 1701OpaqueContent content = this.httpResponseMessage.Content as OpaqueContent; 1704Fx.Assert(this.httpResponseMessage.Content != null, "httpOutput.httpResponseMessage.Content should not be null."); 1712result = this.httpResponseMessage.Content.CopyToAsync(httpOutput.outputStream).AsAsyncResult(onWriteStreamedMessage, this);