Show / Hide Table of Contents

Class SetConfig

Inheritance
System.Object
SetConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class SetConfig

Fields

set_config_callback_log_level

Declaration
public TIMLogLevel set_config_callback_log_level
Field Value
Type Description
TIMLogLevel

Write-only (optional); the log level for log callback

set_config_http_proxy_info

Declaration
public HttpProxyInfo set_config_http_proxy_info
Field Value
Type Description
HttpProxyInfo

Write-only (optional); sets the HTTP proxy. If required, set it before sending images, files, voices, and videos.

set_config_is_log_output_console

Declaration
public bool set_config_is_log_output_console
Field Value
Type Description
System.Boolean

Write-only (optional); whether to output to the console. Default value: `true`.

set_config_is_only_local_dns_source

Declaration
public bool set_config_is_only_local_dns_source
Field Value
Type Description
System.Boolean

Write-only (optional). If the value is `true`, the SDK only uses `LocalDNS` when it selects the optimal IP address.

set_config_log_level

Declaration
public TIMLogLevel set_config_log_level
Field Value
Type Description
TIMLogLevel

Write-only (optional); the level of the log output to the log file

set_config_socks5_proxy_info

Declaration
public Socks5ProxyInfo set_config_socks5_proxy_info
Field Value
Type Description
Socks5ProxyInfo

Write-only (optional); sets the SOCKS5 proxy. If required, set it before initialization.

set_config_user_config

Declaration
public UserConfig set_config_user_config
Field Value
Type Description
UserConfig

Write-only (optional); the user configuration

set_config_user_define_data

Declaration
public string set_config_user_define_data
Field Value
Type Description
System.String

Write-only (optional); the custom data. If required, set it before initialization.

In This Article
Back to top Generated by DocFX