public void set_encapsulation(
		string [] profile_names,
		NetworkingProfileGREProfileGREEncapsulationType [] encapsulations
	)
        {
            this.Invoke("set_encapsulation", new object [] {
                profile_names,
                encapsulations});
        }
 public System.IAsyncResult Beginset_encapsulation(string [] profile_names,NetworkingProfileGREProfileGREEncapsulationType [] encapsulations, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_encapsulation", new object[] {
     profile_names,
     encapsulations}, callback, asyncState);
 }