C# Class iControl.LocalLBProfileHttpCompression

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginadd_content_type_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_content_type_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_uri_include ( string profile_names, string reg_expressions, 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_allow_http_10_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_browser_workaround_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_buffer_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_content_type_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_content_type_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cpu_saver_high_threshold ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cpu_saver_low_threshold ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cpu_saver_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_keep_accept_encoding_header_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_level ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_memory_level ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_minimum_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_preferred_method ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_selective_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_vary_header_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_window_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_content_type_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_content_type_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_uri_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_allow_http_10_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_browser_workaround_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_buffer_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_cpu_saver_high_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
Beginset_cpu_saver_low_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
Beginset_cpu_saver_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_content_type_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_content_type_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_keep_accept_encoding_header_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_level ( string profile_names, LocalLBProfileULong levels, System callback, object asyncState ) : System.IAsyncResult
Beginset_memory_level ( string profile_names, LocalLBProfileULong levels, System callback, object asyncState ) : System.IAsyncResult
Beginset_minimum_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_preferred_method ( string profile_names, LocalLBProfileCompressionMethod compression_methods, System callback, object asyncState ) : System.IAsyncResult
Beginset_selective_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_vary_header_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_window_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Endadd_content_type_exclude ( System asyncResult ) : void
Endadd_content_type_include ( System asyncResult ) : void
Endadd_uri_exclude ( System asyncResult ) : void
Endadd_uri_include ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
Endget_allow_http_10_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_browser_workaround_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_buffer_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_content_type_exclude ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endget_content_type_include ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endget_cpu_saver_high_threshold ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_cpu_saver_low_threshold ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_cpu_saver_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_keep_accept_encoding_header_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_level ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_list ( System asyncResult ) : string[]
Endget_memory_level ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_minimum_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_preferred_method ( System asyncResult ) : iControl.LocalLBProfileCompressionMethod[]
Endget_selective_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_statistics ( System asyncResult ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_uri_exclude ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endget_uri_include ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endget_vary_header_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_window_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_content_type_exclude ( System asyncResult ) : void
Endremove_content_type_include ( System asyncResult ) : void
Endremove_uri_exclude ( System asyncResult ) : void
Endremove_uri_include ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_allow_http_10_state ( System asyncResult ) : void
Endset_browser_workaround_state ( System asyncResult ) : void
Endset_buffer_size ( System asyncResult ) : void
Endset_cpu_saver_high_threshold ( System asyncResult ) : void
Endset_cpu_saver_low_threshold ( System asyncResult ) : void
Endset_cpu_saver_state ( System asyncResult ) : void
Endset_default_content_type_exclude ( System asyncResult ) : void
Endset_default_content_type_include ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_default_uri_exclude ( System asyncResult ) : void
Endset_default_uri_include ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_keep_accept_encoding_header_state ( System asyncResult ) : void
Endset_level ( System asyncResult ) : void
Endset_memory_level ( System asyncResult ) : void
Endset_minimum_size ( System asyncResult ) : void
Endset_preferred_method ( System asyncResult ) : void
Endset_selective_state ( System asyncResult ) : void
Endset_vary_header_state ( System asyncResult ) : void
Endset_window_size ( System asyncResult ) : void
LocalLBProfileHttpCompression ( ) : System

Private Methods

Method Description
add_content_type_exclude ( string profile_names, string reg_expressions ) : void
add_content_type_include ( string profile_names, string reg_expressions ) : void
add_uri_exclude ( string profile_names, string reg_expressions ) : void
add_uri_include ( string profile_names, string reg_expressions ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
get_allow_http_10_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_browser_workaround_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_buffer_size ( string profile_names ) : iControl.LocalLBProfileULong[]
get_content_type_exclude ( string profile_names ) : iControl.LocalLBProfileStringArray[]
get_content_type_include ( string profile_names ) : iControl.LocalLBProfileStringArray[]
get_cpu_saver_high_threshold ( string profile_names ) : iControl.LocalLBProfileULong[]
get_cpu_saver_low_threshold ( string profile_names ) : iControl.LocalLBProfileULong[]
get_cpu_saver_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_keep_accept_encoding_header_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_level ( string profile_names ) : iControl.LocalLBProfileULong[]
get_list ( ) : string[]
get_memory_level ( string profile_names ) : LocalLBProfileULong[]
get_minimum_size ( string profile_names ) : LocalLBProfileULong[]
get_preferred_method ( string profile_names ) : LocalLBProfileCompressionMethod[]
get_selective_state ( string profile_names ) : LocalLBProfileEnabledState[]
get_statistics ( string profile_names ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_uri_exclude ( string profile_names ) : LocalLBProfileStringArray[]
get_uri_include ( string profile_names ) : LocalLBProfileStringArray[]
get_vary_header_state ( string profile_names ) : LocalLBProfileEnabledState[]
get_version ( ) : string
get_window_size ( string profile_names ) : LocalLBProfileULong[]
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
remove_content_type_exclude ( string profile_names, string reg_expressions ) : void
remove_content_type_include ( string profile_names, string reg_expressions ) : void
remove_uri_exclude ( string profile_names, string reg_expressions ) : void
remove_uri_include ( string profile_names, string reg_expressions ) : void
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_allow_http_10_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_browser_workaround_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_buffer_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_cpu_saver_high_threshold ( string profile_names, LocalLBProfileULong thresholds ) : void
set_cpu_saver_low_threshold ( string profile_names, LocalLBProfileULong thresholds ) : void
set_cpu_saver_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_default_content_type_exclude ( string profile_names ) : void
set_default_content_type_include ( string profile_names ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_default_uri_exclude ( string profile_names ) : void
set_default_uri_include ( string profile_names ) : void
set_description ( string profile_names, string descriptions ) : void
set_keep_accept_encoding_header_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_level ( string profile_names, LocalLBProfileULong levels ) : void
set_memory_level ( string profile_names, LocalLBProfileULong levels ) : void
set_minimum_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_preferred_method ( string profile_names, LocalLBProfileCompressionMethod compression_methods ) : void
set_selective_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_vary_header_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_window_size ( string profile_names, LocalLBProfileULong sizes ) : void

Method Details

Beginadd_content_type_exclude() public method

public Beginadd_content_type_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginadd_content_type_include() public method

public Beginadd_content_type_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginadd_uri_exclude() public method

public Beginadd_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginadd_uri_include() public method

public Beginadd_uri_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_profiles() public method

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_profile() public method

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_all_statistics() public method

public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_allow_http_10_state() public method

public Beginget_allow_http_10_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_browser_workaround_state() public method

public Beginget_browser_workaround_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_buffer_size() public method

public Beginget_buffer_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_content_type_exclude() public method

public Beginget_content_type_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_content_type_include() public method

public Beginget_content_type_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_cpu_saver_high_threshold() public method

public Beginget_cpu_saver_high_threshold ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_cpu_saver_low_threshold() public method

public Beginget_cpu_saver_low_threshold ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_cpu_saver_state() public method

public Beginget_cpu_saver_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_default_profile() public method

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_keep_accept_encoding_header_state() public method

public Beginget_keep_accept_encoding_header_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_level() public method

public Beginget_level ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_memory_level() public method

public Beginget_memory_level ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_minimum_size() public method

public Beginget_minimum_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_preferred_method() public method

public Beginget_preferred_method ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_selective_state() public method

public Beginget_selective_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics_by_virtual() public method

public Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_uri_exclude() public method

public Beginget_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_uri_include() public method

public Beginget_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_vary_header_state() public method

public Beginget_vary_header_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_window_size() public method

public Beginget_window_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_base_profile() public method

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_system_profile() public method

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginremove_content_type_exclude() public method

public Beginremove_content_type_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginremove_content_type_include() public method

public Beginremove_content_type_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginremove_uri_exclude() public method

public Beginremove_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginremove_uri_include() public method

public Beginremove_uri_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics() public method

public Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics_by_virtual() public method

public Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_allow_http_10_state() public method

public Beginset_allow_http_10_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_browser_workaround_state() public method

public Beginset_browser_workaround_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_buffer_size() public method

public Beginset_buffer_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sizes LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_cpu_saver_high_threshold() public method

public Beginset_cpu_saver_high_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
profile_names string
thresholds LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_cpu_saver_low_threshold() public method

public Beginset_cpu_saver_low_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
profile_names string
thresholds LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_cpu_saver_state() public method

public Beginset_cpu_saver_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_default_content_type_exclude() public method

public Beginset_default_content_type_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_content_type_include() public method

public Beginset_default_content_type_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_uri_exclude() public method

public Beginset_default_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_uri_include() public method

public Beginset_default_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_keep_accept_encoding_header_state() public method

public Beginset_keep_accept_encoding_header_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_level() public method

public Beginset_level ( string profile_names, LocalLBProfileULong levels, System callback, object asyncState ) : System.IAsyncResult
profile_names string
levels LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_memory_level() public method

public Beginset_memory_level ( string profile_names, LocalLBProfileULong levels, System callback, object asyncState ) : System.IAsyncResult
profile_names string
levels LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_minimum_size() public method

public Beginset_minimum_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sizes LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_preferred_method() public method

public Beginset_preferred_method ( string profile_names, LocalLBProfileCompressionMethod compression_methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
compression_methods LocalLBProfileCompressionMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_selective_state() public method

public Beginset_selective_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_vary_header_state() public method

public Beginset_vary_header_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_window_size() public method

public Beginset_window_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sizes LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Endadd_content_type_exclude() public method

public Endadd_content_type_exclude ( System asyncResult ) : void
asyncResult System
return void

Endadd_content_type_include() public method

public Endadd_content_type_include ( System asyncResult ) : void
asyncResult System
return void

Endadd_uri_exclude() public method

public Endadd_uri_exclude ( System asyncResult ) : void
asyncResult System
return void

Endadd_uri_include() public method

public Endadd_uri_include ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_profiles() public method

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_profile() public method

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
return void

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
asyncResult System
return LocalLBProfileHttpCompressionProfileHttpCompressionStatistics

Endget_allow_http_10_state() public method

public Endget_allow_http_10_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_browser_workaround_state() public method

public Endget_browser_workaround_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_buffer_size() public method

public Endget_buffer_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_content_type_exclude() public method

public Endget_content_type_exclude ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
asyncResult System
return iControl.LocalLBProfileStringArray[]

Endget_content_type_include() public method

public Endget_content_type_include ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
asyncResult System
return iControl.LocalLBProfileStringArray[]

Endget_cpu_saver_high_threshold() public method

public Endget_cpu_saver_high_threshold ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_cpu_saver_low_threshold() public method

public Endget_cpu_saver_low_threshold ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_cpu_saver_state() public method

public Endget_cpu_saver_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_default_profile() public method

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_keep_accept_encoding_header_state() public method

public Endget_keep_accept_encoding_header_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_level() public method

public Endget_level ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_memory_level() public method

public Endget_memory_level ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_minimum_size() public method

public Endget_minimum_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_preferred_method() public method

public Endget_preferred_method ( System asyncResult ) : iControl.LocalLBProfileCompressionMethod[]
asyncResult System
return iControl.LocalLBProfileCompressionMethod[]

Endget_selective_state() public method

public Endget_selective_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBProfileHttpCompressionProfileHttpCompressionStatistics
asyncResult System
return LocalLBProfileHttpCompressionProfileHttpCompressionStatistics

Endget_statistics_by_virtual() public method

public Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
asyncResult System
return LocalLBProfileStatisticsByVirtual

Endget_uri_exclude() public method

public Endget_uri_exclude ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
asyncResult System
return iControl.LocalLBProfileStringArray[]

Endget_uri_include() public method

public Endget_uri_include ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
asyncResult System
return iControl.LocalLBProfileStringArray[]

Endget_vary_header_state() public method

public Endget_vary_header_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endget_window_size() public method

public Endget_window_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endremove_content_type_exclude() public method

public Endremove_content_type_exclude ( System asyncResult ) : void
asyncResult System
return void

Endremove_content_type_include() public method

public Endremove_content_type_include ( System asyncResult ) : void
asyncResult System
return void

Endremove_uri_exclude() public method

public Endremove_uri_exclude ( System asyncResult ) : void
asyncResult System
return void

Endremove_uri_include() public method

public Endremove_uri_include ( System asyncResult ) : void
asyncResult System
return void

Endreset_statistics() public method

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
return void

Endreset_statistics_by_virtual() public method

public Endreset_statistics_by_virtual ( System asyncResult ) : void
asyncResult System
return void

Endset_allow_http_10_state() public method

public Endset_allow_http_10_state ( System asyncResult ) : void
asyncResult System
return void

Endset_browser_workaround_state() public method

public Endset_browser_workaround_state ( System asyncResult ) : void
asyncResult System
return void

Endset_buffer_size() public method

public Endset_buffer_size ( System asyncResult ) : void
asyncResult System
return void

Endset_cpu_saver_high_threshold() public method

public Endset_cpu_saver_high_threshold ( System asyncResult ) : void
asyncResult System
return void

Endset_cpu_saver_low_threshold() public method

public Endset_cpu_saver_low_threshold ( System asyncResult ) : void
asyncResult System
return void

Endset_cpu_saver_state() public method

public Endset_cpu_saver_state ( System asyncResult ) : void
asyncResult System
return void

Endset_default_content_type_exclude() public method

public Endset_default_content_type_exclude ( System asyncResult ) : void
asyncResult System
return void

Endset_default_content_type_include() public method

public Endset_default_content_type_include ( System asyncResult ) : void
asyncResult System
return void

Endset_default_profile() public method

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
return void

Endset_default_uri_exclude() public method

public Endset_default_uri_exclude ( System asyncResult ) : void
asyncResult System
return void

Endset_default_uri_include() public method

public Endset_default_uri_include ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_keep_accept_encoding_header_state() public method

public Endset_keep_accept_encoding_header_state ( System asyncResult ) : void
asyncResult System
return void

Endset_level() public method

public Endset_level ( System asyncResult ) : void
asyncResult System
return void

Endset_memory_level() public method

public Endset_memory_level ( System asyncResult ) : void
asyncResult System
return void

Endset_minimum_size() public method

public Endset_minimum_size ( System asyncResult ) : void
asyncResult System
return void

Endset_preferred_method() public method

public Endset_preferred_method ( System asyncResult ) : void
asyncResult System
return void

Endset_selective_state() public method

public Endset_selective_state ( System asyncResult ) : void
asyncResult System
return void

Endset_vary_header_state() public method

public Endset_vary_header_state ( System asyncResult ) : void
asyncResult System
return void

Endset_window_size() public method

public Endset_window_size ( System asyncResult ) : void
asyncResult System
return void

LocalLBProfileHttpCompression() public method

public LocalLBProfileHttpCompression ( ) : System
return System