Click or drag to resize

ContentStreamPosition Property

IT Hit WebDAV Classes Reference
When overridden in a derived class, gets or sets the position within the current stream.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public override long Position { get; set; }

Return Value

Type: Int64
The current position within the stream.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.
See Also