Method | Description | |
---|---|---|
Beginget_dns_server_address ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_hostname ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ntp_server_address ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginhostname_to_ip ( string hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
Beginip_to_hostname ( string ip_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginservice_name_to_service_number ( string service_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginservice_number_to_service_name ( long services, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_hostname ( string hostname, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ntp_server_address ( string ntp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_dns_server_address ( System asyncResult ) : string[] | ||
Endget_hostname ( System asyncResult ) : string | ||
Endget_ntp_server_address ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endhostname_to_ip ( System asyncResult ) : string[] | ||
Endip_to_hostname ( System asyncResult ) : string[] | ||
Endservice_name_to_service_number ( System asyncResult ) : long[] | ||
Endservice_number_to_service_name ( System asyncResult ) : string[] | ||
Endset_hostname ( System asyncResult ) : void | ||
Endset_ntp_server_address ( System asyncResult ) : void | ||
SystemInet ( ) : System |
Method | Description | |
---|---|---|
get_dns_server_address ( ) : string[] | ||
get_hostname ( ) : string | ||
get_ntp_server_address ( ) : string[] | ||
get_version ( ) : string | ||
hostname_to_ip ( string hostnames ) : string[] | ||
ip_to_hostname ( string ip_addresses ) : string[] | ||
service_name_to_service_number ( string service_names ) : long[] | ||
service_number_to_service_name ( long services ) : string[] | ||
set_hostname ( string hostname ) : void | ||
set_ntp_server_address ( string ntp_addresses ) : void |
public Beginget_dns_server_address ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_hostname ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ntp_server_address ( 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 Beginhostname_to_ip ( string hostnames, System callback, object asyncState ) : System.IAsyncResult | ||
hostnames | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginip_to_hostname ( string ip_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
ip_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginservice_name_to_service_number ( string service_names, System callback, object asyncState ) : System.IAsyncResult | ||
service_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginservice_number_to_service_name ( long services, System callback, object asyncState ) : System.IAsyncResult | ||
services | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_hostname ( string hostname, System callback, object asyncState ) : System.IAsyncResult | ||
hostname | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ntp_server_address ( string ntp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
ntp_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_dns_server_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_hostname ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_ntp_server_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endhostname_to_ip ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endip_to_hostname ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endservice_name_to_service_number ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endservice_number_to_service_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endset_hostname ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ntp_server_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |