Table of Contents

Class ProtobufResponseFilter

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

Select exchanges having a protobuf response body. Filtering is made by inspecting value of Content-Type header for application/x-protobuf or application/protobuf.

[FilterMetaData(null, LongDescription = "Select exchanges having protobuf response body. The content-type header is checked to determine if the content body is protobuf.")]
public class ProtobufResponseFilter : ResponseHeaderFilter
Inheritance
ProtobufResponseFilter
Inherited Members
Extension Methods

Constructors

ProtobufResponseFilter()

public ProtobufResponseFilter()

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

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>