PipeStream Length Property SSH .NET Client Library Documentation
When overridden in a derived class, gets the length in bytes of the 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 Length { get; }

Return Value

A long value representing the length of the stream in bytes.
Exceptions

See Also