Method | Description | |
---|---|---|
Begincreate ( string peer_names, string serverssls, string peer_ips, CommonEnabledState enabled_states, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_UUID ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_behind_nat ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dedup_cache ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_management_address ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nat_config_status ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nat_source_address ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_origin ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_peer_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_peer_ip_list ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_peer_routing_state ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_profile_serverssl ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tunnel_port ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_behind_nat ( string peers, CommonEnabledState nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_management_address ( string peers, string ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_nat_config_status ( string peers, string nat_configs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceNatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_origin ( string peers, NetworkingiSessionRemoteInterfaceOriginState origins, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_peer_enabled_state ( string peers, CommonEnabledState enabled, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_peer_routing_state ( string peers, CommonEnabledState routing, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_profile_serverssl ( string peers, string serverssl, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tunnel_port ( string peers, short tunnel_ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_peers ( System asyncResult ) : void | ||
Enddelete_peer ( System asyncResult ) : void | ||
Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[] | ||
Endget_behind_nat ( System asyncResult ) : CommonEnabledState[] | ||
Endget_dedup_cache ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_management_address ( System asyncResult ) : string[] | ||
Endget_nat_config_status ( System asyncResult ) : string[] | ||
Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionRemoteInterfaceNatSourceAddress[] | ||
Endget_origin ( System asyncResult ) : NetworkingiSessionRemoteInterfaceOriginState[] | ||
Endget_peer_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_peer_ip_list ( System asyncResult ) : string[][] | ||
Endget_peer_routing_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_profile_serverssl ( System asyncResult ) : string[] | ||
Endget_tunnel_port ( System asyncResult ) : short[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_behind_nat ( System asyncResult ) : void | ||
Endset_management_address ( System asyncResult ) : void | ||
Endset_nat_config_status ( System asyncResult ) : void | ||
Endset_nat_source_address ( System asyncResult ) : void | ||
Endset_origin ( System asyncResult ) : void | ||
Endset_peer_enabled_state ( System asyncResult ) : void | ||
Endset_peer_routing_state ( System asyncResult ) : void | ||
Endset_profile_serverssl ( System asyncResult ) : void | ||
Endset_tunnel_port ( System asyncResult ) : void | ||
NetworkingiSessionRemoteInterface ( ) : System |
Method | Description | |
---|---|---|
create ( string peer_names, string serverssls, string peer_ips, CommonEnabledState enabled_states ) : void | ||
delete_all_peers ( ) : void | ||
delete_peer ( string peers ) : void | ||
get_UUID ( string peers ) : iControl.NetworkingUuid_128[] | ||
get_behind_nat ( string peers ) : CommonEnabledState[] | ||
get_dedup_cache ( string peers ) : long[] | ||
get_list ( ) : string[] | ||
get_management_address ( string peers ) : string[] | ||
get_nat_config_status ( string peers ) : string[] | ||
get_nat_source_address ( string peers ) : NetworkingiSessionRemoteInterfaceNatSourceAddress[] | ||
get_origin ( string peers ) : NetworkingiSessionRemoteInterfaceOriginState[] | ||
get_peer_enabled_state ( string peers ) : CommonEnabledState[] | ||
get_peer_ip_list ( string peers ) : string[][] | ||
get_peer_routing_state ( string peers ) : CommonEnabledState[] | ||
get_profile_serverssl ( string peers ) : string[] | ||
get_tunnel_port ( string peers ) : short[] | ||
get_version ( ) : string | ||
set_behind_nat ( string peers, CommonEnabledState nat_states ) : void | ||
set_management_address ( string peers, string ips ) : void | ||
set_nat_config_status ( string peers, string nat_configs ) : void | ||
set_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceNatSourceAddress nat_states ) : void | ||
set_origin ( string peers, NetworkingiSessionRemoteInterfaceOriginState origins ) : void | ||
set_peer_enabled_state ( string peers, CommonEnabledState enabled ) : void | ||
set_peer_routing_state ( string peers, CommonEnabledState routing ) : void | ||
set_profile_serverssl ( string peers, string serverssl ) : void | ||
set_tunnel_port ( string peers, short tunnel_ports ) : void |
public Begincreate ( string peer_names, string serverssls, string peer_ips, CommonEnabledState enabled_states, System callback, object asyncState ) : System.IAsyncResult | ||
peer_names | string | |
serverssls | string | |
peer_ips | string | |
enabled_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_UUID ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_behind_nat ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_dedup_cache ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | 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_management_address ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_nat_config_status ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_nat_source_address ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_origin ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_peer_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_peer_ip_list ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_peer_routing_state ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_profile_serverssl ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tunnel_port ( string peers, System callback, object asyncState ) : System.IAsyncResult | ||
peers | 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 Beginset_behind_nat ( string peers, CommonEnabledState nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
nat_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_management_address ( string peers, string ips, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_nat_config_status ( string peers, string nat_configs, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
nat_configs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceNatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
nat_states | NetworkingiSessionRemoteInterfaceNatSourceAddress | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_origin ( string peers, NetworkingiSessionRemoteInterfaceOriginState origins, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
origins | NetworkingiSessionRemoteInterfaceOriginState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_peer_enabled_state ( string peers, CommonEnabledState enabled, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
enabled | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_peer_routing_state ( string peers, CommonEnabledState routing, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
routing | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_profile_serverssl ( string peers, string serverssl, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
serverssl | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tunnel_port ( string peers, short tunnel_ports, System callback, object asyncState ) : System.IAsyncResult | ||
peers | string | |
tunnel_ports | short | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_peers ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_peer ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[] | ||
asyncResult | System | |
return | iControl.NetworkingUuid_128[] |
public Endget_behind_nat ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_dedup_cache ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_management_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_nat_config_status ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionRemoteInterfaceNatSourceAddress[] | ||
asyncResult | System | |
return | NetworkingiSessionRemoteInterfaceNatSourceAddress[] |
public Endget_origin ( System asyncResult ) : NetworkingiSessionRemoteInterfaceOriginState[] | ||
asyncResult | System | |
return | NetworkingiSessionRemoteInterfaceOriginState[] |
public Endget_peer_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_peer_ip_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_peer_routing_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_profile_serverssl ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_tunnel_port ( System asyncResult ) : short[] | ||
asyncResult | System | |
return | short[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_behind_nat ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_management_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_nat_config_status ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_nat_source_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_origin ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_peer_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_peer_routing_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_profile_serverssl ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tunnel_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingiSessionRemoteInterface ( ) : System | ||
return | System |