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

get_profile() 개인적인 메소드

private get_profile ( string tunnels ) : string[]
tunnels string
리턴 string[]
        public string[] get_profile(
		string [] tunnels
	)
        {
            object [] results = this.Invoke("get_profile", new object [] {
                tunnels});
            return ((string [])(results[0]));
        }
NetworkingTunnel