Show / Hide Table of Contents

Class HttpProxyInfo

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

Fields

http_proxy_info_ip

Declaration
public string http_proxy_info_ip
Field Value
Type Description
System.String

只写(必填), 代理的IP

http_proxy_info_password

Declaration
public string http_proxy_info_password
Field Value
Type Description
System.String

只写(选填), 认证的密码

http_proxy_info_port

Declaration
public int http_proxy_info_port
Field Value
Type Description
System.Int32

只写(必填), 代理的端口

http_proxy_info_username

Declaration
public string http_proxy_info_username
Field Value
Type Description
System.String

只写(选填), 认证的用户名

In This Article
Back to top Generated by DocFX