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