Table of Contents

Class ContentTypeXmlFilter

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

Select exchanges that has a XML response body.

[FilterMetaData(null, LongDescription = "Select exchanges having XML response body.")]
public class ContentTypeXmlFilter : ResponseHeaderFilter
Inheritance
ContentTypeXmlFilter
Inherited Members
Extension Methods

Constructors

ContentTypeXmlFilter()

public ContentTypeXmlFilter()

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>