Show / Hide Table of Contents

Class SetConfig

Inheritance
System.Object
ExtraData
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 : ExtraData

Fields

set_config_callback_log_level

Declaration
public TIMLogLevel? set_config_callback_log_level
Field Value
Type Description
System.Nullable<TIMLogLevel>

只写(选填), 日志回调的日志级别

set_config_http_proxy_info

Declaration
public HttpProxyInfo set_config_http_proxy_info
Field Value
Type Description
HttpProxyInfo

只写(选填), 设置HTTP代理,如果需要,在发送图片、文件、语音、视频前设置

set_config_is_log_output_console

Declaration
public bool? set_config_is_log_output_console
Field Value
Type Description
System.Nullable<System.Boolean>

只写(选填), 是否输出到控制台,默认为 true

set_config_is_only_local_dns_source

Declaration
public bool? set_config_is_only_local_dns_source
Field Value
Type Description
System.Nullable<System.Boolean>

只写(选填), 如果为true,SDK内部会在选择最优IP时只使用LocalDNS

set_config_log_level

Declaration
public TIMLogLevel? set_config_log_level
Field Value
Type Description
System.Nullable<TIMLogLevel>

只写(选填), 输出到日志文件的日志级别

set_config_socks5_proxy_info

Declaration
public Socks5ProxyInfo set_config_socks5_proxy_info
Field Value
Type Description
Socks5ProxyInfo

只写(选填), 设置SOCKS5代理,如果需要,初始化前设置

set_config_user_config

Declaration
public UserConfig set_config_user_config
Field Value
Type Description
UserConfig

只写(选填), 用户配置

set_config_user_define_data

Declaration
public string set_config_user_define_data
Field Value
Type Description
System.String

只写(选填), 自定义数据,如果需要,初始化前设置

In This Article
Back to top Generated by DocFX