KeyExchangeInitMessage FirstKexPacketFollows Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether first key exchange packet follows.

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

public bool FirstKexPacketFollows { get; set; }

Field Value

true if first key exchange packet follows; otherwise, false.
See Also