Table of Contents

Interface AbstractHeaderMapper<T>.IHeaderMatcher

Namespace
Steeltoe.Integration.Mapping
Assembly
Steeltoe.Integration.IntegrationBase.dll
public interface AbstractHeaderMapper<T>.IHeaderMatcher

Properties

IsNegated

bool IsNegated { get; }

Property Value

bool

Methods

MatchHeader(string)

bool MatchHeader(string headerName)

Parameters

headerName string

Returns

bool