public System.IAsyncResult Beginset_rule_modify_http_header_operation(string [] policies,string [] [] rules,PEMPolicyModifyHTTPHeaderOperationType [] [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_rule_modify_http_header_operation", new object[] {
     policies,
     rules,
     values}, callback, asyncState);
 }
        public void set_rule_modify_http_header_operation(
		string [] policies,
		string [] [] rules,
		PEMPolicyModifyHTTPHeaderOperationType [] [] values
	)
        {
            this.Invoke("set_rule_modify_http_header_operation", new object [] {
                policies,
                rules,
                values});
        }