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; }
Public Overrides Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
abstract Position : int64 with get, set
override Position : int64 with get, set
Return Value
Type:
Int64The current position within the stream.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurs. |
NotSupportedException | The stream does not support seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |
See Also