ProxyRules class

Constructors

ProxyRules({ProxyServer? singleProxy, ProxyServer? proxyForHttp, ProxyServer? proxyForHttps, ProxyServer? proxyForFtp, ProxyServer? fallbackProxy, List<String>? bypassList})
ProxyRules.fromJS(ProxyRules _wrapped)

Properties

bypassList List<String>?
List of servers to connect to without a proxy server.
getter/setter pair
fallbackProxy ProxyServer?
The proxy server to be used for everthing else or if any of the specific proxyFor... is not specified.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
proxyForFtp ProxyServer?
The proxy server to be used for FTP requests.
getter/setter pair
proxyForHttp ProxyServer?
The proxy server to be used for HTTP requests.
getter/setter pair
proxyForHttps ProxyServer?
The proxy server to be used for HTTPS requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleProxy ProxyServer?
The proxy server to be used for all per-URL requests (that is http, https, and ftp).
getter/setter pair
toJS → ProxyRules
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

Operators

operator ==(Object other) bool
The equality operator.
inherited