Class HTTPProxySettings
Provides advanced configuration facilities for reverse proxy servers.
class HTTPProxySettings
;
Constructors
Name | Description |
this
()
|
Empty default constructor for backwards compatibility - will be deprecated soon.
|
this
(mode)
|
Explicitly sets the proxy mode.
|
Properties
Name | Type | Description |
destinationHost [get, set]
|
string | Scheduled for deprecation - use destination.host instead.
|
destinationPort [get, set]
|
ushort | Scheduled for deprecation - use destination.port instead.
|