Click or drag to resize
HashStreamCanSeek Property
Gets a value indicating whether the current stream supports seeking. HashStream does not support seeking, this will always be 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