Show / Hide Table of Contents

Class CustomServerInfo

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

Fields

longconnection_address_array

Declaration
public List<ServerAddress> longconnection_address_array
Field Value
Type Description
System.Collections.Generic.List<ServerAddress>

只写(必填), 长连接服务器地址列表

server_public_key

Declaration
public string server_public_key
Field Value
Type Description
System.String

只写(必填), 服务器公钥

shortconnection_address_array

Declaration
public List<ServerAddress> shortconnection_address_array
Field Value
Type Description
System.Collections.Generic.List<ServerAddress>

只写(选填), 短连接服务器地址列表

In This Article
Back to top Generated by DocFX