StreamContainer.CanWrite

StreamContainer.CanWrite property

Gets a value indicating whether stream supports writing.

public virtual bool CanWrite { get; }

Property Value

true if stream supports writing; otherwise, false.

See Also