Method | Description | |
---|---|---|
Begincreate ( long woc_instance, string local_ips, CommonEnabledState enabled, string serverssl, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_local ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_UUID ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_allow_nat ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_internal_forwarding_state ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ip_list ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_management_address ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nat_source_address ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_serverssl ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tunnel_port ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_allow_nat ( long wocs, CommonEnabledState nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( long wocs, CommonEnabledState enabled_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_internal_forwarding_state ( long wocs, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ip_list ( long wocs, string local_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_management_address ( long wocs, string ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_nat_source_address ( long wocs, NetworkingiSessionLocalInterfaceNatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_serverssl ( long wocs, string serverssls, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tunnel_port ( long wocs, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_local ( System asyncResult ) : void | ||
Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[] | ||
Endget_allow_nat ( System asyncResult ) : CommonEnabledState[] | ||
Endget_description ( System asyncResult ) : string | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_internal_forwarding_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_ip_list ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : long[] | ||
Endget_management_address ( System asyncResult ) : string[] | ||
Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionLocalInterfaceNatSourceAddress[] | ||
Endget_serverssl ( System asyncResult ) : string[] | ||
Endget_tunnel_port ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_allow_nat ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_internal_forwarding_state ( System asyncResult ) : void | ||
Endset_ip_list ( System asyncResult ) : void | ||
Endset_management_address ( System asyncResult ) : void | ||
Endset_nat_source_address ( System asyncResult ) : void | ||
Endset_serverssl ( System asyncResult ) : void | ||
Endset_tunnel_port ( System asyncResult ) : void | ||
NetworkingiSessionLocalInterface ( ) : System |
Method | Description | |
---|---|---|
create ( long woc_instance, string local_ips, CommonEnabledState enabled, string serverssl ) : void | ||
delete_local ( long wocs ) : void | ||
get_UUID ( long wocs ) : iControl.NetworkingUuid_128[] | ||
get_allow_nat ( long wocs ) : CommonEnabledState[] | ||
get_description ( ) : string | ||
get_enabled_state ( long wocs ) : CommonEnabledState[] | ||
get_internal_forwarding_state ( long wocs ) : CommonEnabledState[] | ||
get_ip_list ( long wocs ) : string[][] | ||
get_list ( ) : long[] | ||
get_management_address ( long wocs ) : string[] | ||
get_nat_source_address ( long wocs ) : NetworkingiSessionLocalInterfaceNatSourceAddress[] | ||
get_serverssl ( long wocs ) : string[] | ||
get_tunnel_port ( long wocs ) : long[] | ||
get_version ( ) : string | ||
set_allow_nat ( long wocs, CommonEnabledState nat_states ) : void | ||
set_description ( string description ) : void | ||
set_enabled_state ( long wocs, CommonEnabledState enabled_states ) : void | ||
set_internal_forwarding_state ( long wocs, CommonEnabledState states ) : void | ||
set_ip_list ( long wocs, string local_ips ) : void | ||
set_management_address ( long wocs, string ips ) : void | ||
set_nat_source_address ( long wocs, NetworkingiSessionLocalInterfaceNatSourceAddress nat_states ) : void | ||
set_serverssl ( long wocs, string serverssls ) : void | ||
set_tunnel_port ( long wocs, long ports ) : void |
public Begincreate ( long woc_instance, string local_ips, CommonEnabledState enabled, string serverssl, System callback, object asyncState ) : System.IAsyncResult | ||
woc_instance | long | |
local_ips | string | |
enabled | CommonEnabledState | |
serverssl | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_local ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_UUID ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_allow_nat ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_internal_forwarding_state ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ip_list ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
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_management_address ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_nat_source_address ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_serverssl ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tunnel_port ( long wocs, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_allow_nat ( long wocs, CommonEnabledState nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
nat_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult | ||
description | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( long wocs, CommonEnabledState enabled_states, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
enabled_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_internal_forwarding_state ( long wocs, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ip_list ( long wocs, string local_ips, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
local_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_management_address ( long wocs, string ips, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_nat_source_address ( long wocs, NetworkingiSessionLocalInterfaceNatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
nat_states | NetworkingiSessionLocalInterfaceNatSourceAddress | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_serverssl ( long wocs, string serverssls, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
serverssls | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tunnel_port ( long wocs, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
wocs | long | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_local ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[] | ||
asyncResult | System | |
return | iControl.NetworkingUuid_128[] |
public Endget_allow_nat ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_description ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_internal_forwarding_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_ip_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_list ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_management_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionLocalInterfaceNatSourceAddress[] | ||
asyncResult | System | |
return | NetworkingiSessionLocalInterfaceNatSourceAddress[] |
public Endget_serverssl ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_tunnel_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_allow_nat ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_internal_forwarding_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ip_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_management_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_nat_source_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_serverssl ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tunnel_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingiSessionLocalInterface ( ) : System | ||
return | System |