Table of Contents

Class StatusCodeSuccessFilter

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

Select exchanges that HTTP status code indicates a successful request (2XX)

[FilterMetaData(null, LongDescription = "Select exchanges that HTTP status code indicates a successful request (2XX).")]
public class StatusCodeSuccessFilter : Filter
Inheritance
StatusCodeSuccessFilter
Inherited Members
Extension Methods

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

Common

public override bool Common { get; set; }

Property Value

bool

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

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