Class TunnelConnectSessionEventArgs
A class that wraps the state when a tunnel connect event happen for Explicit endpoints.
Implements
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class TunnelConnectSessionEventArgs : SessionEventArgsBase, IDisposable
Properties
| Improve this Doc View SourceDecryptSsl
Should we decrypt the Ssl or relay it to server? Default is true.
Declaration
public bool DecryptSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
DenyConnect
When set to true it denies the connect request with a Forbidden status.
Declaration
public bool DenyConnect { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsHttpsConnect
Is this a connect request to secure HTTP server? Or is it to someother protocol.
Declaration
public bool IsHttpsConnect { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |