iControl.NetworkingSelfIPV2.get_fw_rule_protocol C# (CSharp) Method

get_fw_rule_protocol() private method

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