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, IDisposableProperties
| 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 some other protocol.
Declaration
public bool IsHttpsConnect { get; }Property Value
| Type | Description | 
|---|---|
| Boolean | 
Events
| Improve this Doc View SourceDecryptedDataReceived
Fired when decrypted data is received within this session from client/server.
Declaration
public event EventHandler<DataEventArgs> DecryptedDataReceivedEvent Type
| Type | Description | 
|---|---|
| EventHandler<DataEventArgs> | 
DecryptedDataSent
Fired when decrypted data is sent within this session to server/client.
Declaration
public event EventHandler<DataEventArgs> DecryptedDataSentEvent Type
| Type | Description | 
|---|---|
| EventHandler<DataEventArgs> |