Class ProxyAuthorizationException
Proxy authorization exception.
Inherited Members
Namespace: Titanium.Web.Proxy.Exceptions
Assembly: Titanium.Web.Proxy.dll
Syntax
public class ProxyAuthorizationException : ProxyException, ISerializable, _Exception
Properties
| Improve this Doc View SourceHeaders
Headers associated with the authorization exception.
Declaration
public IEnumerable<HttpHeader> Headers { get; }
Property Value
Type | Description |
---|---|
IEnumerable<HttpHeader> |
Session
The current session within which this error happened.
Declaration
public SessionEventArgsBase Session { get; }
Property Value
Type | Description |
---|---|
SessionEventArgsBase |