Interface AbstractHeaderMapper<T>.IHeaderMatcher
- Namespace
- Steeltoe.Integration.Mapping
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface AbstractHeaderMapper<T>.IHeaderMatcher
Properties
IsNegated
bool IsNegated { get; }
Property Value
Methods
MatchHeader(string)
bool MatchHeader(string headerName)
Parameters
headerName
string