Interface AbstractHeaderMapper<T>.IHeaderMatcher
Namespace: Steeltoe.Integration.Mapping
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public interface IHeaderMatcher
Properties
| Edit this page View SourceIsNegated
Declaration
bool IsNegated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Edit this page View SourceMatchHeader(String)
Declaration
bool MatchHeader(string headerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerName |
Returns
Type | Description |
---|---|
System.Boolean |