Method | Description | |
---|---|---|
Beginget_methods ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginmap_uri ( string target_tags, System callback, object asyncState ) : System.IAsyncResult | ||
Begintest_connection ( string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Begintest_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_methods ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[] | ||
Endtest_connection ( System asyncResult ) : bool | ||
Endtest_connection_with_proxy ( System asyncResult ) : bool | ||
SystemInternal ( ) : System |
Method | Description | |
---|---|---|
get_methods ( ) : string[] | ||
get_version ( ) : string | ||
map_uri ( string target_tags ) : iControl.SystemInternalURI[] | ||
test_connection ( string addresses, long ports ) : bool | ||
test_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports ) : bool |
public Beginget_methods ( 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 Beginmap_uri ( string target_tags, System callback, object asyncState ) : System.IAsyncResult | ||
target_tags | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begintest_connection ( string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
addresses | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begintest_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports, System callback, object asyncState ) : System.IAsyncResult | ||
addresses | string | |
ports | long | |
proxy_addresses | string | |
proxy_ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_methods ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[] | ||
asyncResult | System | |
return | iControl.SystemInternalURI[] |
public Endtest_connection ( System asyncResult ) : bool | ||
asyncResult | System | |
return | bool |
public Endtest_connection_with_proxy ( System asyncResult ) : bool | ||
asyncResult | System | |
return | bool |