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