4 writes to _responseStream
System.Runtime.Remoting (4)
channels\tcp\tcpclientsocketmanager.cs (4)
60_responseStream = null; 70_responseStream = null; 155_responseStream = new TcpFixedLengthReadingStream(this, _contentLength); 157_responseStream = new TcpChunkedReadingStream(this);
3 references to _responseStream
System.Runtime.Remoting (3)
channels\tcp\tcpclientsocketmanager.cs (3)
67if (_responseStream != null) 69_responseStream.ReadToEnd(); 159return _responseStream;