Table of Contents

Class DeleteRequestHeaderAction

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

Remove request headers. This actions remove every occurrence of the header from the request

[ActionMetadata("Remove request headers. This action removes <b>every</b> occurrence of the header from the request.")]
public class DeleteRequestHeaderAction : Action
Inheritance
DeleteRequestHeaderAction
Inherited Members

Constructors

DeleteRequestHeaderAction(string)

public DeleteRequestHeaderAction(string headerName)

Parameters

headerName string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

HeaderName

Header name

public string HeaderName { 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