CanWrite

SplitStreamContainer.CanWrite property

Gets a value indicating whether stream supports writing.

public override bool CanWrite { get; }

Property Value

true if stream supports writing; otherwise, false.

See Also