Gets or sets a value indicating whether first key exchange packet follows.
Namespace: Renci.SshNet.Messages.TransportAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool FirstKexPacketFollows { get; set; }public bool FirstKexPacketFollows { get; set; }Public Property FirstKexPacketFollows As Boolean
Get
Set
Public Property FirstKexPacketFollows As Boolean
Get
Set
public:
property bool FirstKexPacketFollows {
bool get ();
void set (bool value);
}public:
property bool FirstKexPacketFollows {
bool get ();
void set (bool value);
}Field Value
true if first key exchange packet follows; otherwise,
false.