DisconnectedEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Provides data for the Disconnected event.
Syntax
public class DisconnectedEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
ClientAddress | Gets the client's IP address. |
ClientEndPoint | Gets the client-side endpoint of the client's connection. |
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. |
User | Gets the authenticated user of this session, if available. |