PipeStream CanSeek Property SSH .NET Client Library Documentation
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override bool CanSeek { get; }

Return Value

true if the stream supports seeking; otherwise, false.
See Also