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