ZeroStream.CanWrite property

Returns whether the current stream supports writing.

public override bool CanWrite { get; }

Property Value

True if the stream supports writing; otherwise, false.

See Also