Gets a value indicating whether the current stream supports writing.
public override bool CanWrite { get; }
Always returns false because CachingStream doesn’t support writing.
false
CachingStream