ConnectingEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9313)
Provides data for the Connecting event.
Syntax
public class ConnectingEventArgs : EventArgs
  Inherited Members
Properties
| Name | Description | 
|---|---|
| Accept | Gets or sets a value indicating whether to accept a new session.  | 
      
| ClientAddress | Gets the client's IP address.  | 
      
| ClientEndPoint | Gets the client-side endpoint of the client's connection.  | 
      
| 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.  |