AuthenticationBaseEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Base class for PreAuthenticationEventArgs and AuthenticationEventArgs.
Syntax
public abstract class AuthenticationBaseEventArgs : EventArgs
Inheritance
AuthenticationBaseEventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| 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. |
| 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. |
| UserName | Gets the user name of the client trying to authenticate. |
| Users | Returns Users collection on the server authenticating the request. |