CachingStream.CanWrite property

Gets a value indicating whether the current stream supports writing.

public override bool CanWrite { get; }

Return Value

Always returns false because CachingStream doesn’t support writing.

See Also