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