Base:
property
CanWrite
System.IO.Stream.CanWrite
4 references to CanWrite
System (4)
net\System\Net\_PooledStream.cs (1)
375return m_NetworkStream.CanWrite;
net\System\Net\Sockets\NetworkStream.cs (3)
560bool canWrite = CanWrite; // Prevent ---- with Dispose. 905bool canWrite = CanWrite; // Prevent ---- with Dispose. 967bool canWrite = CanWrite; // Prevent ---- with Dispose.