Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string whitelists, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
entries | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string whitelists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
whitelists | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Endadd_entry ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_entry ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_entry_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_entry_destination_address ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_entry_destination_port ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][] | ||
asyncResult | System | |
return | SecurityDoSWhitelistProtocolType[][] |
public Endget_entry_source_address ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_entry_source_vlan ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_entries ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_entry ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_destination_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_destination_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_protocol_type ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_source_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_entry_source_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |