Class StatusCodeFilter
- Namespace
- Fluxzy.Rules.Filters.ResponseFilters
- Assembly
- Fluxzy.Core.dll
Select exchanges according to HTTP status code
[FilterMetaData(null, LongDescription = "Select exchanges according to HTTP status code.")]
public class StatusCodeFilter : Filter
- Inheritance
-
StatusCodeFilter
- Inherited Members
- Extension Methods
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
FilterScope
public override FilterScope FilterScope { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
PreMadeFilter
public override bool PreMadeFilter { get; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
StatusCodes
public List<int> StatusCodes { get; set; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)
protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)
Parameters
exchangeContext
ExchangeContextauthority
IAuthorityexchange
IExchangefilteringContext
IFilteringContext