6 references to Eof
System (6)
net\System\Net\_ConnectStream.cs (5)
1521if (bytesToRead == 0 || this.Eof) { 1758if (bytesToRead == 0 || this.Eof) { 1760GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::BeginReadWithoutValidation() completed, bytesToRead: " + bytesToRead + " Eof: " + this.Eof.ToString()); 2325if(Eof){ 2884if (this.Eof) {
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
419if (connectStream.Eof)