public void set_protocol(
		string [] profile_names,
		NetworkingProfileTunnelProtocol [] protocols
	)
        {
            this.Invoke("set_protocol", new object [] {
                profile_names,
                protocols});
        }
 public System.IAsyncResult Beginset_protocol(string [] profile_names,NetworkingProfileTunnelProtocol [] protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_protocol", new object[] {
     profile_names,
     protocols}, callback, asyncState);
 }