PreNegotiationEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Provides data for PreNegotiation event.
Syntax
public class PreNegotiationEventArgs : EventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| Accept | Gets or sets a value indicating whether to accept a new session. |
| ClientAddress | Gets the client's IP address. |
| ClientEndPoint | Gets the client-side endpoint of the client's connection. |
| ClientSoftwareIdentifier | Gets identifier of the client software. |
| Context | An optional custom object representing the session context. |
| CustomMessage | An optional custom message. Contains information about the rejection. |
| IsRenegotiation | Gets a value indicating whether SSH renegotiation is to take place. |
| Reason | An optional disconnect reason code. Can be specified in addition to CustomMessage. Only used for SSH. |
| ServerAddress | Gets the server-side IP address of the client's connection. |
| ServerEndPoint | Gets the server-side endpoint of the client's connection. |
| Session | Gets server session. |
| Task | An optional task to be awaited. |