iControl.SecurityDoSWhitelist.get_entry_protocol_type C# (CSharp) Метод

get_entry_protocol_type() приватный Метод

private get_entry_protocol_type ( string whitelists, string entries ) : SecurityDoSWhitelistProtocolType[][]
whitelists string
entries string
Результат 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]));
        }