iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_protocol C# (CSharp) Method

get_fw_rule_protocol() private method

private get_fw_rule_protocol ( string rules ) : CommonProtocolType[]
rules string
return CommonProtocolType[]
        public CommonProtocolType[] get_fw_rule_protocol(
		string [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_protocol", new object [] {
                rules});
            return ((CommonProtocolType [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList