iControl.NetworkingTunnel.create_with_key C# (CSharp) Method

create_with_key() private method

private create_with_key ( string tunnels, string local_addresses, string remote_addresses, string profiles, long keys ) : void
tunnels string
local_addresses string
remote_addresses string
profiles string
keys long
return void
        public void create_with_key(
		string [] tunnels,
		string [] local_addresses,
		string [] remote_addresses,
		string [] profiles,
		long [] keys
	)
        {
            this.Invoke("create_with_key", new object [] {
                tunnels,
                local_addresses,
                remote_addresses,
                profiles,
                keys});
        }
NetworkingTunnel