Method | Description | |
---|---|---|
Beginadd_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string servers, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_client_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_profile ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_client_addresses ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_profiles ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_client_address ( System asyncResult ) : void | ||
Endadd_profile ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_servers ( System asyncResult ) : void | ||
Enddelete_server ( System asyncResult ) : void | ||
Endget_address ( System asyncResult ) : string[] | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_client_address ( System asyncResult ) : string[][] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_port ( System asyncResult ) : long[] | ||
Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_client_addresses ( System asyncResult ) : void | ||
Endremove_all_profiles ( System asyncResult ) : void | ||
Endremove_client_address ( System asyncResult ) : void | ||
Endremove_profile ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_address ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_port ( System asyncResult ) : void | ||
SystemCryptoServer ( ) : System |
Method | Description | |
---|---|---|
add_client_address ( string servers, string addresses ) : void | ||
add_profile ( string servers, string profiles ) : void | ||
create ( string servers, string addresses, long ports ) : void | ||
delete_all_servers ( ) : void | ||
delete_server ( string servers ) : void | ||
get_address ( string servers ) : string[] | ||
get_all_statistics ( ) : |
||
get_client_address ( string servers ) : string[][] | ||
get_enabled_state ( string servers ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_port ( string servers ) : long[] | ||
get_profile ( string servers ) : iControl.SystemSystemProfileAttribute[][] | ||
get_statistics ( string servers ) : |
||
get_version ( ) : string | ||
remove_all_client_addresses ( string servers ) : void | ||
remove_all_profiles ( string servers ) : void | ||
remove_client_address ( string servers, string addresses ) : void | ||
remove_profile ( string servers, string profiles ) : void | ||
reset_statistics ( string servers ) : void | ||
set_address ( string servers, string addresses ) : void | ||
set_enabled_state ( string servers, CommonEnabledState states ) : void | ||
set_port ( string servers, long ports ) : void |
public Beginadd_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginadd_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
profiles | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string servers, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_client_address ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | 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_port ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_profile ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
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_client_addresses ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_profiles ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
profiles | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
servers | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_client_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endadd_profile ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_servers ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_server ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_client_address ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][] | ||
asyncResult | System | |
return | iControl.SystemSystemProfileAttribute[][] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_client_addresses ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_all_profiles ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_client_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_profile ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |