Table of Contents

Class FontFilter

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

Select exchanges that has css content as response body.

[FilterMetaData(null, LongDescription = "Select exchanges having response content type matching a font payload.")]
public class FontFilter : ResponseHeaderFilter
Inheritance
FontFilter
Inherited Members
Extension Methods

Constructors

FontFilter()

public FontFilter()

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

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>