Click or drag to resize

DfsOutputStreamPosition Property

Gets the current stream position.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public override long Position { get; set; }

Property Value

Int64
The current stream position. This value is always equal to Length.
Remarks
Setting this property is not supported and throws an exception.
See Also