ZegoProxyInfo class
代理信息。
配置代理信息。
Constructors
- ZegoProxyInfo({String? ip, int? port, String? hostName, String? userName, String? password})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostName ↔ String?
-
域名。本地代理下:由开发者配置的本地代理域名。云代理下:由 ZEGO 提供的代理域名 (域名、ip 二选一即可)。
getter/setter pair
- ip ↔ String?
-
ip 地址。本地代理下:由开发者配置的本地代理 ip。云代理下:由 ZEGO 提供的代理 ip(域名、ip 二选一即可)。
getter/setter pair
- password ↔ String?
-
代理鉴权密码。本地代理下:由开发者配置的本地代理的鉴权密码,如没有可忽略。云代理下:可忽略。
getter/setter pair
- port ↔ int?
-
port 端口。本地代理下:由开发者配置的本地代理端口。云代理下:由 ZEGO 提供的代理端口。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userName ↔ String?
-
代理鉴权用户名。本地代理下:由开发者配置的本地代理的鉴权用户名,如没有可忽略。云代理下:可忽略。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited