2 overrides of FoundEnd
System.Runtime.Remoting (2)
channels\tcp\tcpstreams.cs (2)
83
public override bool
FoundEnd
{ get { return _bytesLeft == 0; } }
137
public override bool
FoundEnd
{ get { return _bFoundEnd; } }
1 reference to FoundEnd
System.Runtime.Remoting (1)
channels\tcp\tcpstreams.cs (1)
267
if (!_requestStream.
FoundEnd
)