Table of Contents

Class SkipSslTunnelingAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Instruct fluxzy not to decrypt the current traffic. The associated filter must be on OnAuthorityReceived scope in order to make this action effective.

[ActionMetadata("Instructs fluxzy to not decrypt the current traffic. The associated filter  must be on OnAuthorityReceived scope in order to make this action effective. ")]
public class SkipSslTunnelingAction : Action
Inheritance
SkipSslTunnelingAction
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Methods

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask