Class TunnelConnectSessionEventArgs
Inheritance
TunnelConnectSessionEventArgs
Assembly: Titanium.Web.Proxy.Docs.dll
Syntax
public class TunnelConnectSessionEventArgs : SessionEventArgsBase, IDisposable
Properties
DecryptSsl
Declaration
public bool DecryptSsl { get; set; }
Property Value
DenyConnect
Denies the connect request with a Forbidden status
Declaration
public bool DenyConnect { get; set; }
Property Value
IsHttpsConnect
Declaration
public bool IsHttpsConnect { get; }
Property Value
Implements