C# Класс iControl.SystemInternal

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

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

Метод Описание
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

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

Метод Описание
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

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

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

public Beginget_methods ( 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

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

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

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

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

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

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
Результат System.IAsyncResult

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

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

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

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

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

public Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[]
asyncResult System
Результат iControl.SystemInternalURI[]

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

public Endtest_connection ( System asyncResult ) : bool
asyncResult System
Результат bool

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

public Endtest_connection_with_proxy ( System asyncResult ) : bool
asyncResult System
Результат bool

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

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