ProxyServer class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
host
↔ String
-
The hostname or IP address of the proxy server. Hostnames must be in ASCII
(in Punycode format). IDNA is not supported, yet.
getter/setter pair
-
port
↔ int?
-
The port of the proxy server. Defaults to a port that depends on the
scheme.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
scheme
↔ Scheme?
-
The scheme (protocol) of the proxy server itself. Defaults to 'http'.
getter/setter pair
-
toJS
→ ProxyServer
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited