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