Connection CLASS

ProxyUser PROPERTY (string)
Retrieves proxy user. SYNTAX public static string ProxyUser { get; } EXAMPLE using System; using System.Collections; using System.Collection...
Sun, May 6, 2018 at 4:34 PM
Status PROPERTY (ConnectionStatus)
Retrieves connection status. SYNTAX public ConnectionStatus Status { get; } EXAMPLE using System; using System.Collections; using System.Col...
Sun, May 6, 2018 at 4:35 PM
Connected EVENT
Occurs when the connection was established SYNTAX public event static Action<Connection> Connected
Sun, May 6, 2018 at 4:36 PM
Disconnected EVENT
Occurs when the connection was broken SYNTAX public event static Action<Connection> Disconnected
Sun, May 6, 2018 at 4:37 PM