|
FtpDataStreamPosition Property
|
Gets or sets the position within the current stream.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic 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
function get_Position();
function set_Position(value);
View SourceReturn Value
Int64
The current position within the stream.
ExceptionsException | Condition |
---|
IOException | An I/O error occurs. |
NotSupportedException | Stream does not support seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |
See Also