Class AbstractHeaderMapper<T>.CompositeHeaderMatcher
- Namespace
- Steeltoe.Integration.Mapping
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
protected class AbstractHeaderMapper<T>.CompositeHeaderMatcher : AbstractHeaderMapper<T>.IHeaderMatcher
- Inheritance
-
AbstractHeaderMapper<T>.CompositeHeaderMatcher
- Implements
- Inherited Members
Constructors
CompositeHeaderMatcher(params IHeaderMatcher[])
public CompositeHeaderMatcher(params AbstractHeaderMapper<T>.IHeaderMatcher[] strategies)
Parameters
strategies
IHeaderMatcher[]
CompositeHeaderMatcher(List<IHeaderMatcher>)
public CompositeHeaderMatcher(List<AbstractHeaderMapper<T>.IHeaderMatcher> strategies)
Parameters
strategies
List<AbstractHeaderMapper<T>.IHeaderMatcher>
Properties
IsNegated
public bool IsNegated { get; }
Property Value
Methods
MatchHeader(string)
public bool MatchHeader(string headerName)
Parameters
headerName
string