Class TunnelConnectSessionEventArgs
Implements
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class TunnelConnectSessionEventArgs : SessionEventArgsBase, IDisposable
Properties
DecryptSsl
Declaration
public bool DecryptSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
DenyConnect
Denies the connect request with a Forbidden status
Declaration
public bool DenyConnect { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsHttpsConnect
Declaration
public bool IsHttpsConnect { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |