PipeStream Seek Method SSH .NET Client Library Documentation
When overridden in a derived class, sets the position within the current stream.

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

public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: OnlineSystem Int64
A byte offset relative to the origin parameter.
origin
Type: OnlineSystem.IO SeekOrigin
A value of type OnlineSeekOrigin indicating the reference point used to obtain the new position.

Return Value

The new position within the current stream.
Exceptions

See Also