C# Class iControl.LocalLBProfileRTSP

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

Public Methods

Method Description
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_check_source_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_idle_timeout ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_header_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_queued_data_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_multicast_redirect_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_header ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_type ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_rtcp_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_rtp_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_rtsp_over_http_persistence_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_session_reconnect_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_unicast_redirect_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( 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
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_check_source_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_idle_timeout ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_profile ( string profile_names, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_publisher ( string profile_names, LocalLBProfileString publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_header_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_queued_data_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_multicast_redirect_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_header ( string profile_names, LocalLBProfileString headers, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_type ( string profile_names, LocalLBProfileRtspProxyType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_rtcp_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_rtp_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_rtsp_over_http_persistence_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_session_reconnect_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_unicast_redirect_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBProfileRTSPProfileRTSPStatistics
Endget_check_source_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_idle_timeout ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_list ( System asyncResult ) : string[]
Endget_log_profile ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_log_publisher ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_maximum_header_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_maximum_queued_data_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_multicast_redirect_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_proxy_header ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_proxy_type ( System asyncResult ) : iControl.LocalLBProfileRtspProxyType[]
Endget_rtcp_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
Endget_rtp_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
Endget_rtsp_over_http_persistence_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_session_reconnect_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_statistics ( System asyncResult ) : LocalLBProfileRTSPProfileRTSPStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_unicast_redirect_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_check_source_state ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_idle_timeout ( System asyncResult ) : void
Endset_log_profile ( System asyncResult ) : void
Endset_log_publisher ( System asyncResult ) : void
Endset_log_settings ( System asyncResult ) : void
Endset_maximum_header_size ( System asyncResult ) : void
Endset_maximum_queued_data_size ( System asyncResult ) : void
Endset_multicast_redirect_state ( System asyncResult ) : void
Endset_proxy_header ( System asyncResult ) : void
Endset_proxy_type ( System asyncResult ) : void
Endset_rtcp_port ( System asyncResult ) : void
Endset_rtp_port ( System asyncResult ) : void
Endset_rtsp_over_http_persistence_state ( System asyncResult ) : void
Endset_session_reconnect_state ( System asyncResult ) : void
Endset_unicast_redirect_state ( System asyncResult ) : void
LocalLBProfileRTSP ( ) : System

Private Methods

Method Description
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileRTSPProfileRTSPStatistics
get_check_source_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_idle_timeout ( string profile_names ) : iControl.LocalLBProfileULong[]
get_list ( ) : string[]
get_log_profile ( string profile_names ) : iControl.LocalLBProfileString[]
get_log_publisher ( string profile_names ) : iControl.LocalLBProfileString[]
get_maximum_header_size ( string profile_names ) : iControl.LocalLBProfileULong[]
get_maximum_queued_data_size ( string profile_names ) : iControl.LocalLBProfileULong[]
get_multicast_redirect_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_proxy_header ( string profile_names ) : iControl.LocalLBProfileString[]
get_proxy_type ( string profile_names ) : iControl.LocalLBProfileRtspProxyType[]
get_rtcp_port ( string profile_names ) : iControl.LocalLBProfilePortNumber[]
get_rtp_port ( string profile_names ) : iControl.LocalLBProfilePortNumber[]
get_rtsp_over_http_persistence_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_session_reconnect_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_statistics ( string profile_names ) : LocalLBProfileRTSPProfileRTSPStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_unicast_redirect_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_check_source_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_idle_timeout ( string profile_names, LocalLBProfileULong timeouts ) : void
set_log_profile ( string profile_names, LocalLBProfileString profiles ) : void
set_log_publisher ( string profile_names, LocalLBProfileString publishers ) : void
set_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles ) : void
set_maximum_header_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_maximum_queued_data_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_multicast_redirect_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_proxy_header ( string profile_names, LocalLBProfileString headers ) : void
set_proxy_type ( string profile_names, LocalLBProfileRtspProxyType types ) : void
set_rtcp_port ( string profile_names, LocalLBProfilePortNumber ports ) : void
set_rtp_port ( string profile_names, LocalLBProfilePortNumber ports ) : void
set_rtsp_over_http_persistence_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_session_reconnect_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_unicast_redirect_state ( string profile_names, LocalLBProfileEnabledState states ) : void

Method Details

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_check_source_state() public method

public Beginget_check_source_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_idle_timeout() public method

public Beginget_idle_timeout ( 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_log_profile() public method

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

Beginget_log_publisher() public method

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

Beginget_maximum_header_size() public method

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

Beginget_maximum_queued_data_size() public method

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

Beginget_multicast_redirect_state() public method

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

Beginget_proxy_header() public method

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

Beginget_proxy_type() public method

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

Beginget_rtcp_port() public method

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

Beginget_rtp_port() public method

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

Beginget_rtsp_over_http_persistence_state() public method

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

Beginget_session_reconnect_state() public method

public Beginget_session_reconnect_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_unicast_redirect_state() public method

public Beginget_unicast_redirect_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

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

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_check_source_state() public method

public Beginset_check_source_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_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_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_idle_timeout() public method

public Beginset_idle_timeout ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_log_profile() public method

public Beginset_log_profile ( string profile_names, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
profile_names string
profiles LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_log_publisher() public method

public Beginset_log_publisher ( string profile_names, LocalLBProfileString publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_log_settings() public method

public Beginset_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers LocalLBProfileString
profiles LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_maximum_header_size() public method

public Beginset_maximum_header_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_maximum_queued_data_size() public method

public Beginset_maximum_queued_data_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_multicast_redirect_state() public method

public Beginset_multicast_redirect_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_proxy_header() public method

public Beginset_proxy_header ( string profile_names, LocalLBProfileString headers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
headers LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_proxy_type() public method

public Beginset_proxy_type ( string profile_names, LocalLBProfileRtspProxyType types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
types LocalLBProfileRtspProxyType
callback System
asyncState object
return System.IAsyncResult

Beginset_rtcp_port() public method

public Beginset_rtcp_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports LocalLBProfilePortNumber
callback System
asyncState object
return System.IAsyncResult

Beginset_rtp_port() public method

public Beginset_rtp_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports LocalLBProfilePortNumber
callback System
asyncState object
return System.IAsyncResult

Beginset_rtsp_over_http_persistence_state() public method

public Beginset_rtsp_over_http_persistence_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_session_reconnect_state() public method

public Beginset_session_reconnect_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_unicast_redirect_state() public method

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

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 ) : LocalLBProfileRTSPProfileRTSPStatistics
asyncResult System
return LocalLBProfileRTSPProfileRTSPStatistics

Endget_check_source_state() public method

public Endget_check_source_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_idle_timeout() public method

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

Endget_list() public method

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

Endget_log_profile() public method

public Endget_log_profile ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_log_publisher() public method

public Endget_log_publisher ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_maximum_header_size() public method

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

Endget_maximum_queued_data_size() public method

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

Endget_multicast_redirect_state() public method

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

Endget_proxy_header() public method

public Endget_proxy_header ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_proxy_type() public method

public Endget_proxy_type ( System asyncResult ) : iControl.LocalLBProfileRtspProxyType[]
asyncResult System
return iControl.LocalLBProfileRtspProxyType[]

Endget_rtcp_port() public method

public Endget_rtcp_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
asyncResult System
return iControl.LocalLBProfilePortNumber[]

Endget_rtp_port() public method

public Endget_rtp_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
asyncResult System
return iControl.LocalLBProfilePortNumber[]

Endget_rtsp_over_http_persistence_state() public method

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

Endget_session_reconnect_state() public method

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

Endget_statistics() public method

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

Endget_statistics_by_virtual() public method

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

Endget_unicast_redirect_state() public method

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

Endget_version() public method

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

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[]

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_check_source_state() public method

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

Endset_default_profile() public method

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

Endset_description() public method

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

Endset_idle_timeout() public method

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

Endset_log_profile() public method

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

Endset_log_publisher() public method

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

Endset_log_settings() public method

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

Endset_maximum_header_size() public method

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

Endset_maximum_queued_data_size() public method

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

Endset_multicast_redirect_state() public method

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

Endset_proxy_header() public method

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

Endset_proxy_type() public method

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

Endset_rtcp_port() public method

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

Endset_rtp_port() public method

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

Endset_rtsp_over_http_persistence_state() public method

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

Endset_session_reconnect_state() public method

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

Endset_unicast_redirect_state() public method

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

LocalLBProfileRTSP() public method

public LocalLBProfileRTSP ( ) : System
return System