Click or drag to resize
HashStreamPosition Property
Gets or sets the position within the current stream. HashStream does not support seeking, attempting to set Position will throw NotSupportedException.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public override long Position { set; }

Property Value

Type: Int64
See Also