2 overrides of FoundEnd
System.Runtime.Remoting (2)
channels\http\httpstreams.cs (2)
293public override bool FoundEnd { get { return _bytesLeft == 0; } } 353public override bool FoundEnd { get { return _bFoundEnd; } }
1 reference to FoundEnd
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
527if (_requestStream.FoundEnd || _requestStream.ReadToEnd())