iControl.SystemInternal.test_connection_with_proxy C# (CSharp) Method

test_connection_with_proxy() private method

private test_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports ) : bool
addresses string
ports long
proxy_addresses string
proxy_ports long
return bool
        public bool test_connection_with_proxy(
		string [] addresses,
		long [] ports,
		string [] proxy_addresses,
		long [] proxy_ports
	)
        {
            object [] results = this.Invoke("test_connection_with_proxy", new object [] {
                addresses,
                ports,
                proxy_addresses,
                proxy_ports});
            return ((bool)(results[0]));
        }