Class BeforeSslAuthenticateEventArgs
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class BeforeSslAuthenticateEventArgs : EventArgs
Properties
DecryptSsl
Declaration
public bool DecryptSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
SniHostName
Declaration
public string SniHostName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
TerminateSession()
Declaration
public void TerminateSession()