Click or drag to resize

FtpDataStreamPosition Property

Gets or sets the position within the current stream.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override long Position { get; set; }
View Source

Return Value

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