C# Класс iControl.SecurityDoSWhitelist

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string whitelists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_description ( string whitelists, string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_destination_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_destination_port ( string whitelists, string entries, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_source_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_source_vlan ( string whitelists, string entries, string vlans, System callback, object asyncState ) : System.IAsyncResult
Endadd_entry ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_entry ( System asyncResult ) : string[][]
Endget_entry_description ( System asyncResult ) : string[][]
Endget_entry_destination_address ( System asyncResult ) : string[][]
Endget_entry_destination_port ( System asyncResult ) : long[][]
Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][]
Endget_entry_source_address ( System asyncResult ) : string[][]
Endget_entry_source_vlan ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_entries ( System asyncResult ) : void
Endremove_entry ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_entry_description ( System asyncResult ) : void
Endset_entry_destination_address ( System asyncResult ) : void
Endset_entry_destination_port ( System asyncResult ) : void
Endset_entry_protocol_type ( System asyncResult ) : void
Endset_entry_source_address ( System asyncResult ) : void
Endset_entry_source_vlan ( System asyncResult ) : void
SecurityDoSWhitelist ( ) : System

Приватные методы

Метод Описание
add_entry ( string whitelists, string entries ) : void
get_description ( string whitelists ) : string[]
get_entry ( string whitelists ) : string[][]
get_entry_description ( string whitelists, string entries ) : string[][]
get_entry_destination_address ( string whitelists, string entries ) : string[][]
get_entry_destination_port ( string whitelists, string entries ) : long[][]
get_entry_protocol_type ( string whitelists, string entries ) : SecurityDoSWhitelistProtocolType[][]
get_entry_source_address ( string whitelists, string entries ) : string[][]
get_entry_source_vlan ( string whitelists, string entries ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_entries ( string whitelists ) : void
remove_entry ( string whitelists, string entries ) : void
set_description ( string whitelists, string descriptions ) : void
set_entry_description ( string whitelists, string entries, string descriptions ) : void
set_entry_destination_address ( string whitelists, string entries, string addresses ) : void
set_entry_destination_port ( string whitelists, string entries, long ports ) : void
set_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types ) : void
set_entry_source_address ( string whitelists, string entries, string addresses ) : void
set_entry_source_vlan ( string whitelists, string entries, string vlans ) : void

Описание методов

Beginadd_entry() публичный Метод

public Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_description() публичный Метод

public Beginget_description ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry() публичный Метод

public Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_description() публичный Метод

public Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_destination_address() публичный Метод

public Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_destination_port() публичный Метод

public Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_protocol_type() публичный Метод

public Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_source_address() публичный Метод

public Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_source_vlan() публичный Метод

public Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_list() публичный Метод

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginget_version() публичный Метод

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginremove_all_entries() публичный Метод

public Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Результат System.IAsyncResult

Beginremove_entry() публичный Метод

public Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_description() публичный Метод

public Beginset_description ( string whitelists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
whitelists string
descriptions string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_description() публичный Метод

public Beginset_entry_description ( string whitelists, string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
descriptions string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_destination_address() публичный Метод

public Beginset_entry_destination_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
addresses string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_destination_port() публичный Метод

public Beginset_entry_destination_port ( string whitelists, string entries, long ports, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
ports long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_protocol_type() публичный Метод

public Beginset_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
types SecurityDoSWhitelistProtocolType
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_source_address() публичный Метод

public Beginset_entry_source_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
addresses string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_entry_source_vlan() публичный Метод

public Beginset_entry_source_vlan ( string whitelists, string entries, string vlans, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
vlans string
callback System
asyncState object
Результат System.IAsyncResult

Endadd_entry() публичный Метод

public Endadd_entry ( System asyncResult ) : void
asyncResult System
Результат void

Endget_description() публичный Метод

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_entry() публичный Метод

public Endget_entry ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_entry_description() публичный Метод

public Endget_entry_description ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_entry_destination_address() публичный Метод

public Endget_entry_destination_address ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_entry_destination_port() публичный Метод

public Endget_entry_destination_port ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]

Endget_entry_protocol_type() публичный Метод

public Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][]
asyncResult System
Результат SecurityDoSWhitelistProtocolType[][]

Endget_entry_source_address() публичный Метод

public Endget_entry_source_address ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_entry_source_vlan() публичный Метод

public Endget_entry_source_vlan ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_list() публичный Метод

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

Endremove_all_entries() публичный Метод

public Endremove_all_entries ( System asyncResult ) : void
asyncResult System
Результат void

Endremove_entry() публичный Метод

public Endremove_entry ( System asyncResult ) : void
asyncResult System
Результат void

Endset_description() публичный Метод

public Endset_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_description() публичный Метод

public Endset_entry_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_destination_address() публичный Метод

public Endset_entry_destination_address ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_destination_port() публичный Метод

public Endset_entry_destination_port ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_protocol_type() публичный Метод

public Endset_entry_protocol_type ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_source_address() публичный Метод

public Endset_entry_source_address ( System asyncResult ) : void
asyncResult System
Результат void

Endset_entry_source_vlan() публичный Метод

public Endset_entry_source_vlan ( System asyncResult ) : void
asyncResult System
Результат void

SecurityDoSWhitelist() публичный Метод

public SecurityDoSWhitelist ( ) : System
Результат System