ProxySettings class
Stores information to connect to socks server.
Constructors
- ProxySettings(InternetAddress host, int port, {String? password, String? username})
- Creates proxy settings object
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → InternetAddress
-
Proxy host
final
- password → String?
-
Proxy password
final
- port → int
-
Proxy port
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
Proxy username
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited