Method | Description | |
---|---|---|
Begincreate ( string selectors, string src_addresses, string src_netmasks, string dst_addresses, string dst_netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_traffic_selectors ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_traffic_selector ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_action ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_destination_address ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_destination_netmask ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_destination_port ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_direction ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ip_protocol ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_order ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_policy ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_source_address ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_source_netmask ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_source_port ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_action ( string selectors, NetworkingIPsecTrafficSelectorAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string selectors, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_destination_address ( string selectors, string addresses, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_destination_port ( string selectors, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_direction ( string selectors, NetworkingIPsecDirection directions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ip_protocol ( string selectors, long ip_protocols, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_order ( string selectors, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_policy ( string selectors, string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_source_address ( string selectors, string addresses, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_source_port ( string selectors, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_traffic_selectors ( System asyncResult ) : void | ||
Enddelete_traffic_selector ( System asyncResult ) : void | ||
Endget_action ( System asyncResult ) : NetworkingIPsecTrafficSelectorAction[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_destination_address ( System asyncResult ) : string[] | ||
Endget_destination_netmask ( System asyncResult ) : string[] | ||
Endget_destination_port ( System asyncResult ) : long[] | ||
Endget_direction ( System asyncResult ) : NetworkingIPsecDirection[] | ||
Endget_ip_protocol ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_order ( System asyncResult ) : long[] | ||
Endget_policy ( System asyncResult ) : string[] | ||
Endget_source_address ( System asyncResult ) : string[] | ||
Endget_source_netmask ( System asyncResult ) : string[] | ||
Endget_source_port ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_action ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_destination_address ( System asyncResult ) : void | ||
Endset_destination_port ( System asyncResult ) : void | ||
Endset_direction ( System asyncResult ) : void | ||
Endset_ip_protocol ( System asyncResult ) : void | ||
Endset_order ( System asyncResult ) : void | ||
Endset_policy ( System asyncResult ) : void | ||
Endset_source_address ( System asyncResult ) : void | ||
Endset_source_port ( System asyncResult ) : void | ||
NetworkingIPsecTrafficSelector ( ) : System |
Method | Description | |
---|---|---|
create ( string selectors, string src_addresses, string src_netmasks, string dst_addresses, string dst_netmasks ) : void | ||
delete_all_traffic_selectors ( ) : void | ||
delete_traffic_selector ( string selectors ) : void | ||
get_action ( string selectors ) : NetworkingIPsecTrafficSelectorAction[] | ||
get_description ( string selectors ) : string[] | ||
get_destination_address ( string selectors ) : string[] | ||
get_destination_netmask ( string selectors ) : string[] | ||
get_destination_port ( string selectors ) : long[] | ||
get_direction ( string selectors ) : NetworkingIPsecDirection[] | ||
get_ip_protocol ( string selectors ) : long[] | ||
get_list ( ) : string[] | ||
get_order ( string selectors ) : long[] | ||
get_policy ( string selectors ) : string[] | ||
get_source_address ( string selectors ) : string[] | ||
get_source_netmask ( string selectors ) : string[] | ||
get_source_port ( string selectors ) : long[] | ||
get_version ( ) : string | ||
set_action ( string selectors, NetworkingIPsecTrafficSelectorAction actions ) : void | ||
set_description ( string selectors, string descriptions ) : void | ||
set_destination_address ( string selectors, string addresses, string netmasks ) : void | ||
set_destination_port ( string selectors, long ports ) : void | ||
set_direction ( string selectors, NetworkingIPsecDirection directions ) : void | ||
set_ip_protocol ( string selectors, long ip_protocols ) : void | ||
set_order ( string selectors, long orders ) : void | ||
set_policy ( string selectors, string policies ) : void | ||
set_source_address ( string selectors, string addresses, string netmasks ) : void | ||
set_source_port ( string selectors, long ports ) : void |
public Begincreate ( string selectors, string src_addresses, string src_netmasks, string dst_addresses, string dst_netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
src_addresses | string | |
src_netmasks | string | |
dst_addresses | string | |
dst_netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_traffic_selectors ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_traffic_selector ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_action ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_destination_address ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_destination_netmask ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_destination_port ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_direction ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ip_protocol ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | 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_order ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_policy ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_source_address ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_source_netmask ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_source_port ( string selectors, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | 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_action ( string selectors, NetworkingIPsecTrafficSelectorAction actions, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
actions | NetworkingIPsecTrafficSelectorAction | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string selectors, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_destination_address ( string selectors, string addresses, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
addresses | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_destination_port ( string selectors, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_direction ( string selectors, NetworkingIPsecDirection directions, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
directions | NetworkingIPsecDirection | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ip_protocol ( string selectors, long ip_protocols, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
ip_protocols | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_order ( string selectors, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
orders | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_policy ( string selectors, string policies, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_source_address ( string selectors, string addresses, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
addresses | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_source_port ( string selectors, long ports, System callback, object asyncState ) : System.IAsyncResult | ||
selectors | string | |
ports | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_traffic_selectors ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_traffic_selector ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_action ( System asyncResult ) : NetworkingIPsecTrafficSelectorAction[] | ||
asyncResult | System | |
return | NetworkingIPsecTrafficSelectorAction[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_destination_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_destination_netmask ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_destination_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_direction ( System asyncResult ) : NetworkingIPsecDirection[] | ||
asyncResult | System | |
return | NetworkingIPsecDirection[] |
public Endget_ip_protocol ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_order ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_policy ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_source_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_source_netmask ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_source_port ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_action ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_destination_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_destination_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_direction ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ip_protocol ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_order ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_source_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_source_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingIPsecTrafficSelector ( ) : System | ||
return | System |