ConnectingEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
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. |
Client |
Gets the client's IP address. |
Client |
Gets the client-side endpoint of the client's connection. |
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. |