Table of Contents

Class StatusCodeClientErrorFilter

Namespace
Fluxzy.Rules.Filters.ResponseFilters
Assembly
Fluxzy.Core.dll

Select exchanges that response status code indicates a client error (4XX)

[FilterMetaData(null, LongDescription = "Select exchanges that HTTP status code indicates a client error (4XX).")]
public class StatusCodeClientErrorFilter : Filter
Inheritance
StatusCodeClientErrorFilter
Inherited Members
Extension Methods

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

Identifier

public override Guid Identifier { get; }

Property Value

Guid

PreMadeFilter

public override bool PreMadeFilter { get; }

Property Value

bool

ShortName

public override string ShortName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)

protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange
filteringContext IFilteringContext

Returns

bool