Inheritance
System.Object
AbstractHeaderMapper<T>.CompositeHeaderMatcher
Assembly: Steeltoe.Integration.IntegrationBase.dll
protected class CompositeHeaderMatcher : object, AbstractHeaderMapper<T>.IHeaderMatcher
Constructors
|
Edit this page
View Source
Declaration
public CompositeHeaderMatcher(List<AbstractHeaderMapper<T>.IHeaderMatcher> strategies)
Parameters
|
Edit this page
View Source
Declaration
public CompositeHeaderMatcher(params AbstractHeaderMapper<T>.IHeaderMatcher[] strategies)
Parameters
Properties
|
Edit this page
View Source
Declaration
public bool IsNegated { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Declaration
public bool MatchHeader(string headerName)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
Returns
Type |
Description |
System.Boolean |
|
Implements