Class BeforeSslAuthenticateEventArgs
This is used in transparent endpoint before authenticating client.
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class BeforeSslAuthenticateEventArgs : EventArgs
Properties
DecryptSsl
Should we decrypt the SSL request? If true we decrypt with fake certificate. If false we relay the connection to the hostname mentioned in SniHostname.
Declaration
public bool DecryptSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
SniHostName
The server name indication hostname.
Declaration
public string SniHostName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
TerminateSession()
Terminate the request abruptly.
Declaration
public void TerminateSession()