Base:
5 references to CanRead
System.Net.Sockets (5)
System\Net\Sockets\NetworkStream.cs (5)
233
if (!
CanRead
)
261
if (!
CanRead
) throw new InvalidOperationException(SR.net_writeonlystream);
439
if (!
CanRead
)
567
if (!
CanRead
)
588
bool canRead =
CanRead
; // Prevent race with Dispose.