The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Stream.CanWrite Property
Silverlight
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Namespace: System.IO
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.