Table of Contents

Class ProtobufFilter

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

Select exchanges having a protobuf request or response body. Filtering is made by inspecting value of Content-Type header on both request and response.

[FilterMetaData(null, LongDescription = "Select exchanges having a protobuf request or response body. Filtering is made by inspecting value of `Content-Type` header on both request and response.")]
public class ProtobufFilter : FilterCollection
Inheritance
ProtobufFilter
Inherited Members
Extension Methods

Constructors

ProtobufFilter()

public ProtobufFilter()

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

Description

public override string Description { 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>