Class HTTPReverseProxySettings
Provides advanced configuration facilities for reverse proxy servers.
class HTTPReverseProxySettings
;
Fields
Name | Type | Description |
---|---|---|
avoidCompressedRequests
|
bool | Avoids compressed transfers between proxy and destination hosts |
destinationHost
|
string | The destination host to forward requests to |
destinationPort
|
ushort | The destination port to forward requests to |
handleConnectRequests
|
bool | Handle CONNECT requests for creating a tunnel to the destination host |