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