iControl.NetworkingTunnel.get_profile C# (CSharp) Method

get_profile() private method

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