Base:
property
CanRead
System.IO.Stream.CanRead
4 references to CanRead
System (4)
net\System\Net\_PooledStream.cs (1)
356
return m_NetworkStream.
CanRead
;
net\System\Net\Sockets\NetworkStream.cs (3)
486
bool canRead =
CanRead
; // Prevent ---- with Dispose.
720
bool canRead =
CanRead
; // Prevent ---- with Dispose.
775
bool canRead =
CanRead
; // Prevent ---- with Dispose.