Click or drag to resize
WrapperStreamCanWrite Property
Gets a value indicating whether the current stream supports writing. True if the stream supports writing; otherwise, false.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public override bool CanWrite { get; }

Property Value

Type: Boolean
See Also