Метод | Описание | |
---|---|---|
Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_feed_lists ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_feed ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_feed_lists ( System asyncResult ) : void | ||
Enddelete_feed_list ( System asyncResult ) : void | ||
Enddownload_feed ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_feed ( System asyncResult ) : string[][] | ||
Endget_feed_default_blacklist_category ( System asyncResult ) : string[][] | ||
Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][] | ||
Endget_feed_description ( System asyncResult ) : string[][] | ||
Endget_feed_password ( System asyncResult ) : string[][] | ||
Endget_feed_poll_interval ( System asyncResult ) : long[][] | ||
Endget_feed_url ( System asyncResult ) : string[][] | ||
Endget_feed_user ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_feeds ( System asyncResult ) : void | ||
Endremove_feed ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_feed_default_blacklist_category ( System asyncResult ) : void | ||
Endset_feed_default_list_type ( System asyncResult ) : void | ||
Endset_feed_description ( System asyncResult ) : void | ||
Endset_feed_password ( System asyncResult ) : void | ||
Endset_feed_poll_interval ( System asyncResult ) : void | ||
Endset_feed_url ( System asyncResult ) : void | ||
Endset_feed_user ( System asyncResult ) : void | ||
SecurityIPIntelligenceFeedList ( ) : System |
Метод | Описание | |
---|---|---|
add_feed ( string lists, string feeds, string categories, string urls ) : void | ||
create ( string lists ) : void | ||
delete_all_feed_lists ( ) : void | ||
delete_feed_list ( string lists ) : void | ||
download_feed ( string lists, string feeds ) : void | ||
get_description ( string lists ) : string[] | ||
get_feed ( string lists ) : string[][] | ||
get_feed_default_blacklist_category ( string lists, string feeds ) : string[][] | ||
get_feed_default_list_type ( string lists, string feeds ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][] | ||
get_feed_description ( string lists, string feeds ) : string[][] | ||
get_feed_password ( string lists, string feeds ) : string[][] | ||
get_feed_poll_interval ( string lists, string feeds ) : long[][] | ||
get_feed_url ( string lists, string feeds ) : string[][] | ||
get_feed_user ( string lists, string feeds ) : string[][] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
remove_all_feeds ( string lists ) : void | ||
remove_feed ( string lists, string feeds ) : void | ||
set_description ( string lists, string descriptions ) : void | ||
set_feed_default_blacklist_category ( string lists, string feeds, string categories ) : void | ||
set_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types ) : void | ||
set_feed_description ( string lists, string feeds, string descriptions ) : void | ||
set_feed_password ( string lists, string feeds, string passwords ) : void | ||
set_feed_poll_interval ( string lists, string feeds, long intervals ) : void | ||
set_feed_url ( string lists, string feeds, string urls ) : void | ||
set_feed_user ( string lists, string feeds, string users ) : void |
public Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
categories | string | |
urls | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_feed_lists ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
categories | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
types | SecurityIPIntelligenceFeedListIPIntelligenceAddressType | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
passwords | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
intervals | long | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
urls | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
feeds | string | |
users | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Endadd_feed ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_feed_lists ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_feed_list ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddownload_feed ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_feed ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_feed_default_blacklist_category ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][] | ||
asyncResult | System | |
Результат | SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][] |
public Endget_feed_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_feed_password ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_feed_poll_interval ( System asyncResult ) : long[][] | ||
asyncResult | System | |
Результат | long[][] |
public Endget_feed_url ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_feed_user ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Результат | string[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public Endremove_all_feeds ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endremove_feed ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_default_blacklist_category ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_default_list_type ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_password ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_poll_interval ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_url ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_feed_user ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public SecurityIPIntelligenceFeedList ( ) : System | ||
Результат | System |