메소드 | 설명 | |
---|---|---|
Beginadd_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_header_opcode_exclusion ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_query_type_filter ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_query_type_inclusion_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_header_opcode_exclusions ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_query_type_filters ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_query_type_inclusion_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_header_opcode_exclusion ( System asyncResult ) : void | ||
Endadd_query_type_filter ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_profiles ( System asyncResult ) : void | ||
Enddelete_profile ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_description ( System asyncResult ) : string[] | ||
Endget_header_opcode_exclusion ( System asyncResult ) : SecurityHeaderOpcode[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_query_type_filter ( System asyncResult ) : SecurityQueryType[][] | ||
Endget_query_type_inclusion_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_header_opcode_exclusions ( System asyncResult ) : void | ||
Endremove_all_query_type_filters ( System asyncResult ) : void | ||
Endremove_header_opcode_exclusion ( System asyncResult ) : void | ||
Endremove_query_type_filter ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_query_type_inclusion_state ( System asyncResult ) : void | ||
SecurityProfileDNSSecurity ( ) : System |
메소드 | 설명 | |
---|---|---|
add_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions ) : void | ||
add_query_type_filter ( string profile_names, SecurityQueryType filters ) : void | ||
create ( string profile_names ) : void | ||
delete_all_profiles ( ) : void | ||
delete_profile ( string profile_names ) : void | ||
get_all_statistics ( ) : |
||
get_description ( string profile_names ) : string[] | ||
get_header_opcode_exclusion ( string profile_names ) : SecurityHeaderOpcode[][] | ||
get_list ( ) : string[] | ||
get_query_type_filter ( string profile_names ) : SecurityQueryType[][] | ||
get_query_type_inclusion_state ( string profile_names ) : CommonEnabledState[] | ||
get_statistics ( string profile_names ) : |
||
get_version ( ) : string | ||
remove_all_header_opcode_exclusions ( string profile_names ) : void | ||
remove_all_query_type_filters ( string profile_names ) : void | ||
remove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions ) : void | ||
remove_query_type_filter ( string profile_names, SecurityQueryType filters ) : void | ||
reset_statistics ( string profile_names ) : void | ||
set_description ( string profile_names, string descriptions ) : void | ||
set_query_type_inclusion_state ( string profile_names, CommonEnabledState states ) : void |
public Beginadd_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
exclusions | SecurityHeaderOpcode | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginadd_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
filters | SecurityQueryType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_header_opcode_exclusion ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_query_type_filter ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_query_type_inclusion_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_header_opcode_exclusions ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_query_type_filters ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
exclusions | SecurityHeaderOpcode | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
filters | SecurityQueryType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_query_type_inclusion_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
profile_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endadd_header_opcode_exclusion ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endadd_query_type_filter ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_profiles ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_profile ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_header_opcode_exclusion ( System asyncResult ) : SecurityHeaderOpcode[][] | ||
asyncResult | System | |
리턴 | SecurityHeaderOpcode[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_query_type_filter ( System asyncResult ) : SecurityQueryType[][] | ||
asyncResult | System | |
리턴 | SecurityQueryType[][] |
public Endget_query_type_inclusion_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endremove_all_header_opcode_exclusions ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_all_query_type_filters ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_header_opcode_exclusion ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_query_type_filter ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_query_type_inclusion_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |