1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2032
this.
httpOutput
= httpOutput;
46 references to httpOutput
System.ServiceModel (46)
System\ServiceModel\Channels\HttpChannelHelpers.cs (46)
2041
this.
httpOutput
.TraceSend();
2042
this.
httpOutput
.LogMessage();
2054
if (
httpOutput
.IsChannelBindingSupportEnabled)
2066
if (!suppressEntityBody && !
httpOutput
.streamed)
2070
buffer =
httpOutput
.SerializeBufferedMessage(this.httpResponseMessage);
2074
buffer =
httpOutput
.SerializeBufferedMessage(
httpOutput
.message);
2077
httpOutput
.SetContentLength(buffer.Count);
2081
if (this.
httpOutput
.WillGetOutputStreamCompleteSynchronously)
2083
httpOutput
.outputStream =
httpOutput
.GetOutputStream();
2092
IAsyncResult result =
httpOutput
.BeginGetOutputStream(onGetOutputStream, this);
2097
httpOutput
.outputStream =
httpOutput
.EndGetOutputStream(result);
2102
this.
httpOutput
.TraceSend();
2109
if (this.
httpOutput
.WillGetOutputStreamCompleteSynchronously)
2111
httpOutput
.outputStream =
httpOutput
.GetOutputStream();
2112
httpOutput
.ApplyChannelBinding();
2121
IAsyncResult result =
httpOutput
.BeginGetOutputStream(onGetOutputStream, this);
2126
httpOutput
.outputStream =
httpOutput
.EndGetOutputStream(result);
2127
httpOutput
.ApplyChannelBinding();
2130
if (!
httpOutput
.streamed)
2134
buffer =
httpOutput
.SerializeBufferedMessage(this.httpResponseMessage);
2138
buffer =
httpOutput
.SerializeBufferedMessage(
httpOutput
.message);
2141
httpOutput
.SetContentLength(buffer.Count);
2146
this.
httpOutput
.TraceSend();
2157
if (
httpOutput
.streamed)
2181
httpOutput
.outputStream.BeginWrite(buffer.Array, buffer.Offset, buffer.Count, onWriteBody, this);
2210
result =
httpOutput
.BeginWriteStreamedMessage(this.httpResponseMessage, timeoutHelper.RemainingTime(), onWriteStreamedMessage, this);
2217
httpOutput
.EndWriteStreamedMessage(result);
2250
thisPtr.
httpOutput
.TraceSend();
2258
httpOutput
.outputStream.EndWrite(result);
2277
thisPtr.
httpOutput
.outputStream = thisPtr.
httpOutput
.EndGetOutputStream(result);
2278
thisPtr.
httpOutput
.ApplyChannelBinding();
2280
if (!thisPtr.
httpOutput
.streamed && thisPtr.
httpOutput
.IsChannelBindingSupportEnabled)
2282
thisPtr.buffer = thisPtr.
httpOutput
.SerializeBufferedMessage(thisPtr.
httpOutput
.message);
2283
thisPtr.
httpOutput
.SetContentLength(thisPtr.buffer.Count);
2288
thisPtr.
httpOutput
.TraceSend();
2333
thisPtr.
httpOutput
.TraceSend();
2350
thisPtr.
httpOutput
.TraceSend();