Show / Hide Table of Contents

Class Socks5ProxyInfo

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

Fields

socks5_proxy_info_ip

Declaration
public string socks5_proxy_info_ip
Field Value
Type Description
System.String

Write-only (required); the IP of the SOCKS5 proxy

socks5_proxy_info_password

Declaration
public string socks5_proxy_info_password
Field Value
Type Description
System.String

Write-only (optional); the authentication password

socks5_proxy_info_port

Declaration
public int socks5_proxy_info_port
Field Value
Type Description
System.Int32

Write-only (required); the port of the SOCKS5 proxy

socks5_proxy_info_username

Declaration
public string socks5_proxy_info_username
Field Value
Type Description
System.String

Write-only (optional); the authentication username

In This Article
Back to top Generated by DocFX