1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1635this.httpOutput = httpOutput;
15 references to httpOutput
System.ServiceModel (15)
System\ServiceModel\Channels\HttpChannelHelpers.cs (15)
1674MtomMessageEncoder mtomMessageEncoder = httpOutput.messageEncoder as MtomMessageEncoder; 1677result = httpOutput.messageEncoder.BeginWriteMessage(httpOutput.message, httpOutput.outputStream, onWriteStreamedMessage, this); 1681result = mtomMessageEncoder.BeginWriteMessage(httpOutput.message, httpOutput.outputStream, httpOutput.mtomBoundary, onWriteStreamedMessage, this); 1690httpOutput.messageEncoder.EndWriteMessage(result); 1692if (this.httpOutput.supportsConcurrentIO) 1694httpOutput.outputStream.Close(); 1708result = content.BeginWriteToStream(httpOutput.outputStream, onWriteStreamedMessage, this); 1712result = this.httpResponseMessage.Content.CopyToAsync(httpOutput.outputStream).AsAsyncResult(onWriteStreamedMessage, this); 1726if (this.httpOutput.supportsConcurrentIO) 1728httpOutput.outputStream.Close(); 1771this.sendTimer = new IOThreadTimer(onStreamSendTimeout, this.httpOutput, true);