public void set_entry_protocol_type(
		string [] whitelists,
		string [] [] entries,
		SecurityDoSWhitelistProtocolType [] [] types
	)
        {
            this.Invoke("set_entry_protocol_type", new object [] {
                whitelists,
                entries,
                types});
        }
 public System.IAsyncResult Beginset_entry_protocol_type(string [] whitelists,string [] [] entries,SecurityDoSWhitelistProtocolType [] [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_entry_protocol_type", new object[] {
     whitelists,
     entries,
     types}, callback, asyncState);
 }