iControl.SystemInternal.Begintest_connection_with_proxy C# (CSharp) Method

Begintest_connection_with_proxy() public method

public Begintest_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports, System callback, object asyncState ) : System.IAsyncResult
addresses string
ports long
proxy_addresses string
proxy_ports long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begintest_connection_with_proxy(string [] addresses,long [] ports,string [] proxy_addresses,long [] proxy_ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("test_connection_with_proxy", new object[] {
            addresses,
            ports,
            proxy_addresses,
            proxy_ports}, callback, asyncState);
        }