iControl.NetworkingTunnel.remove_all_static_forwardings C# (CSharp) Method

remove_all_static_forwardings() private method

private remove_all_static_forwardings ( string tunnels ) : void
tunnels string
return void
        public void remove_all_static_forwardings(
		string [] tunnels
	)
        {
            this.Invoke("remove_all_static_forwardings", new object [] {
                tunnels});
        }
NetworkingTunnel