Table of Contents

Class AbstractHeaderMapper<T>.ContentBasedHeaderMatcher

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

Constructors

ContentBasedHeaderMatcher(bool, List<string>)

public ContentBasedHeaderMatcher(bool match, List<string> content)

Parameters

match bool
content List<string>

Properties

IsNegated

public bool IsNegated { get; }

Property Value

bool

Methods

MatchHeader(string)

public bool MatchHeader(string headerName)

Parameters

headerName string

Returns

bool