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