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

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

private get_entry_source_address ( string whitelists, string entries ) : string[][]
whitelists string
entries string
Результат string[][]
        public string[][] get_entry_source_address(
		string [] whitelists,
		string [] [] entries
	)
        {
            object [] results = this.Invoke("get_entry_source_address", new object [] {
                whitelists,
                entries});
            return ((string [] [])(results[0]));
        }