EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Stream.CanWrite Property
May 02, 2013
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Assembly: mscorlib (in mscorlib.dll)
If a class derived from Stream does not support writing, a call to Write, BeginWrite, or WriteByte throws a NotSupportedException.
If the stream is closed, this property returns false.