iControl.NetworkingTunnel.remove_all_static_forwardings C# (CSharp) 메소드

remove_all_static_forwardings() 개인적인 메소드

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