Click or drag to resize
WrapperStreamCanSeek Property
Gets a value indicating whether the current stream supports seeking. True if the stream supports seeking; 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 CanSeek { get; }

Property Value

Type: Boolean
See Also