Connection
class
Represents information about current connection to server.
Properties
Address string | Gets connection address. |
CurrentConnection Connection | Gets the currently used connection |
IsHTTPConnection bool | Confirms if connection established via HTTP. |
IsSavePassword bool | Gets connection login. |
IsUseSSL bool | Confirms if connection is secured via SSL. |
Login string | Gets connection login. |
Name string | Gets connection name. |
ProtocolVersion string | Gets the version of the HTTP protocol that is used in the response. |
ProxyAddress string | Retrieves proxy address |
ProxyEnabled bool | Confirms if connection via proxy. |
ProxyUser string | Retrieves proxy user. |
Status ConnectionStatus | Retrieves connection status. |
Events
Connected | Occurs when the connection was established |
Disconnected | Occurs when the connection was broken |