AuthenticationBaseEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Base class for Pre
Syntax
public abstract class AuthenticationBaseEventArgs : EventArgs
Inheritance
AuthenticationBaseEventArgs
Inherited Members
Properties
Name | Description |
---|---|
Client |
Gets the client's IP address. |
Client |
Gets the client-side endpoint of the client's connection. |
Client |
Gets identifier of the client software. |
Context | An optional custom object representing the session context. |
Server |
Gets the server-side IP address of the client's connection. |
Server |
Gets the server-side endpoint of the client's connection. |
Session | Gets server session. |
User |
Gets the user name of the client trying to authenticate. |
Users | Returns Users collection on the server authenticating the request. |