iControl.SecurityFirewallGlobalAdminIPRuleList.set_fw_rule_protocol C# (CSharp) Method

set_fw_rule_protocol() private method

private set_fw_rule_protocol ( string rules, CommonProtocolType protocols ) : void
rules string
protocols CommonProtocolType
return void
        public void set_fw_rule_protocol(
		string [] rules,
		CommonProtocolType [] protocols
	)
        {
            this.Invoke("set_fw_rule_protocol", new object [] {
                rules,
                protocols});
        }
SecurityFirewallGlobalAdminIPRuleList