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