iControl.SecurityDoSWhitelist.get_entry_protocol_type C# (CSharp) Method

get_entry_protocol_type() private method

private get_entry_protocol_type ( string whitelists, string entries ) : SecurityDoSWhitelistProtocolType[][]
whitelists string
entries string
return SecurityDoSWhitelistProtocolType[][]
        public SecurityDoSWhitelistProtocolType[][] get_entry_protocol_type(
		string [] whitelists,
		string [] [] entries
	)
        {
            object [] results = this.Invoke("get_entry_protocol_type", new object [] {
                whitelists,
                entries});
            return ((SecurityDoSWhitelistProtocolType [] [])(results[0]));
        }