Represents args for the event raised when a response to an authenticate request is received.
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AuthenticateEventArgs(Boolean, Int32, String) |
The constructor.
| |
| ErrorMessage |
The error message from a failed request.
| |
| SessionID |
The sessionID returned. On a failed request, this is -1.
| |
| Succeeded |
Indicates whether the request was successful or not.
|