public System.IAsyncResult Beginset_info_header(string [] applications,WebAcceleratorApplicationsInfoHeader [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_info_header", new object[] {
     applications,
     types}, callback, asyncState);
 }
        public void set_info_header(
		string [] applications,
		WebAcceleratorApplicationsInfoHeader [] types
	)
        {
            this.Invoke("set_info_header", new object [] {
                applications,
                types});
        }