Table of Contents

Class ImageFilter

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

Select exchanges that has image as response body.

[FilterMetaData(null, LongDescription = "Select exchanges having response content type mime matching image.")]
public class ImageFilter : ResponseHeaderFilter
Inheritance
ImageFilter
Inherited Members
Extension Methods

Constructors

ImageFilter()

public ImageFilter()

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>