PreNegotiationEventArgs.IsRenegotiation Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
IsRenegotiation
Gets a value indicating whether SSH renegotiation is to take place.
Declaration
public bool IsRenegotiation { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | Returns false on first negotiation, and true on renegotiation. |