Gets a value indicating whether the current stream supports seeking.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public override bool CanSeek { get; }public override bool CanSeek { get; }Public Overrides ReadOnly Property CanSeek As Boolean
Get
Public Overrides ReadOnly Property CanSeek As Boolean
Get
public:
virtual property bool CanSeek {
bool get () override;
}public:
virtual property bool CanSeek {
bool get () override;
}Return Value
true if the stream supports seeking; otherwise, false.