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)
67
if (
_responseStream
!= null)
69
_responseStream
.ReadToEnd();
159
return
_responseStream
;