Inheritance
System.Object
AbstractHeaderMapper<T>.PatternBasedHeaderMatcher
Assembly: Steeltoe.Integration.IntegrationBase.dll
protected class PatternBasedHeaderMatcher : object, AbstractHeaderMapper<T>.IHeaderMatcher
Constructors
|
Edit this page
View Source
Declaration
public PatternBasedHeaderMatcher(List<string> patterns)
Parameters
Type |
Name |
Description |
List<System.String> |
patterns |
|
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