1 write to _outputStream
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
108
_outputStream
= outputStream;
7 references to _outputStream
System.Runtime.Remoting (7)
channels\http\httpstreams.cs (7)
127
_outputStream
.Write(_trailer, 0, _trailer.Length);
128
_outputStream
.Flush();
143
_outputStream
.Flush();
188
_outputStream
.Write(size, 0, size.Length);
193
_outputStream
.Write(_chunk, offset, count + 2);
197
_outputStream
.Write(buffer, offset, count);
198
_outputStream
.Write(_endChunk, 0, _endChunk.Length);