Method | Description | |
---|---|---|
Beginadd_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_port ( string lists, |
||
Begincreate ( string lists, |
||
Begincreate_with_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_port_lists ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nested_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_nested_port_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_port_description ( string lists, |
||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_nested_port_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_ports ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_port ( string lists, |
||
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_nested_port_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_port_description ( string lists, |
||
Endadd_nested_port_list ( System asyncResult ) : void | ||
Endadd_port ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Endcreate_with_nested_port_list ( System asyncResult ) : void | ||
Enddelete_all_port_lists ( System asyncResult ) : void | ||
Enddelete_port_list ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_nested_port_list ( System asyncResult ) : string[][] | ||
Endget_nested_port_list_description ( System asyncResult ) : string[][] | ||
Endget_port ( System asyncResult ) : iControl.CommonPortRange[][] | ||
Endget_port_description ( System asyncResult ) : string[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_nested_port_lists ( System asyncResult ) : void | ||
Endremove_all_ports ( System asyncResult ) : void | ||
Endremove_nested_port_list ( System asyncResult ) : void | ||
Endremove_port ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_nested_port_list_description ( System asyncResult ) : void | ||
Endset_port_description ( System asyncResult ) : void | ||
SecurityFirewallPortList ( ) : System |
Method | Description | |
---|---|---|
add_nested_port_list ( string lists, string nested_lists ) : void | ||
add_port ( string lists, |
||
create ( string lists, |
||
create_with_nested_port_list ( string lists, string nested_lists ) : void | ||
delete_all_port_lists ( ) : void | ||
delete_port_list ( string lists ) : void | ||
get_description ( string lists ) : string[] | ||
get_list ( ) : string[] | ||
get_nested_port_list ( string lists ) : string[][] | ||
get_nested_port_list_description ( string lists, string nested_lists ) : string[][] | ||
get_port ( string lists ) : iControl.CommonPortRange[][] | ||
get_port_description ( string lists, |
||
get_version ( ) : string | ||
remove_all_nested_port_lists ( string lists ) : void | ||
remove_all_ports ( string lists ) : void | ||
remove_nested_port_list ( string lists, string nested_lists ) : void | ||
remove_port ( string lists, |
||
set_description ( string lists, string descriptions ) : void | ||
set_nested_port_list_description ( string lists, string nested_lists, string descriptions ) : void | ||
set_port_description ( string lists, |
public Beginadd_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
nested_lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginadd_port ( string lists, |
||
lists | string | |
ports | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string lists, |
||
lists | string | |
ports | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate_with_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
nested_lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_port_lists ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | 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_nested_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_nested_port_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
nested_lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_port ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_port_description ( string lists, |
||
lists | string | |
ports | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_nested_port_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_ports ( string lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
nested_lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_port ( string lists, |
||
lists | string | |
ports | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_nested_port_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
lists | string | |
nested_lists | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_port_description ( string lists, |
||
lists | string | |
ports | ||
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_nested_port_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endadd_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate_with_nested_port_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_port_lists ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_port_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_nested_port_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_nested_port_list_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_port ( System asyncResult ) : iControl.CommonPortRange[][] | ||
asyncResult | System | |
return | iControl.CommonPortRange[][] |
public Endget_port_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_nested_port_lists ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_all_ports ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_nested_port_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_port ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_nested_port_list_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_port_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |