Enum ProxyTimeoutKind
Identifies which configured proxy timeout elapsed.
Namespace: Titanium.Web.Proxy.Exceptions
Assembly: Titanium.Web.Proxy.dll
Syntax
public enum ProxyTimeoutKind
Fields
| Name | Description |
|---|---|
| ClientHeader | Waiting for a client to finish sending the request line and headers. |
| Connect | TCP connect race against ConnectTimeOutSeconds. |
| IdleRead | Idle window while reading (stalled body / header read). |
| IdleWrite | Idle window while writing (stalled body / header write). |
| Request | Total per-request / per-session deadline. |
| ResponseHeader | Waiting for the origin response status line / headers. |