Table of Contents

Class RemoveResponseCookieAction

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

Remove a response cookie by setting the expiration date to a past date.

[ActionMetadata("Remove a response cookie by setting the expiration date to a past date.")]
public class RemoveResponseCookieAction : Action
Inheritance
RemoveResponseCookieAction
Inherited Members

Constructors

RemoveResponseCookieAction(string)

public RemoveResponseCookieAction(string name)

Parameters

name string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

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