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