Table of Contents

Class AddResponseHeaderAction

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

Append a response header. Note Headers that alter the connection behaviour will be ignored.

[ActionMetadata("Append a response header. H2 pseudo header will be ignored.")]
public class AddResponseHeaderAction : Action
Inheritance
AddResponseHeaderAction
Inherited Members

Constructors

AddResponseHeaderAction(string, string)

public AddResponseHeaderAction(string headerName, string headerValue)

Parameters

headerName string
headerValue 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

HeaderValue

Header value

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