4 instantiations of TcpFixedLengthReadingStream
System.Runtime.Remoting (4)
channels\ipc\ipcclientmanager.cs (1)
43
_responseStream = new
TcpFixedLengthReadingStream
(this, _contentLength);
channels\ipc\ipcmanager.cs (1)
46
_requestStream = new
TcpFixedLengthReadingStream
(this, _contentLength);
channels\tcp\tcpclientsocketmanager.cs (1)
155
_responseStream = new
TcpFixedLengthReadingStream
(this, _contentLength);
channels\tcp\tcpstreams.cs (1)
331
_requestStream = new
TcpFixedLengthReadingStream
(this, _contentLength);