Connection CLASS
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
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
Occurs when the connection was established SYNTAX public event static Action<Connection> Connected
Sun, May 6, 2018 at 4:36 PM
Occurs when the connection was broken SYNTAX public event static Action<Connection> Disconnected
Sun, May 6, 2018 at 4:37 PM