Table of Contents

Class AbstractHeaderMapper<T>.PrefixBasedMatcher

Namespace
Steeltoe.Integration.Mapping
Assembly
Steeltoe.Integration.IntegrationBase.dll
protected class AbstractHeaderMapper<T>.PrefixBasedMatcher : AbstractHeaderMapper<T>.IHeaderMatcher
Inheritance
AbstractHeaderMapper<T>.PrefixBasedMatcher
Implements
Inherited Members

Constructors

PrefixBasedMatcher(bool, string)

public PrefixBasedMatcher(bool match, string prefix)

Parameters

match bool
prefix string

Properties

IsNegated

public bool IsNegated { get; }

Property Value

bool

Methods

MatchHeader(string)

public bool MatchHeader(string headerName)

Parameters

headerName string

Returns

bool