Class AntPathMatcher.AntPathStringMatcher
Inheritance
System.Object
AntPathMatcher.AntPathStringMatcher
Assembly: Steeltoe.Common.dll
Syntax
protected class AntPathStringMatcher : object
Constructors
|
Edit this page
View Source
AntPathStringMatcher(String)
Declaration
public AntPathStringMatcher(string pattern)
Parameters
Type |
Name |
Description |
System.String |
pattern |
|
|
Edit this page
View Source
AntPathStringMatcher(String, Boolean)
Declaration
public AntPathStringMatcher(string pattern, bool caseSensitive)
Parameters
Type |
Name |
Description |
System.String |
pattern |
|
System.Boolean |
caseSensitive |
|
Methods
|
Edit this page
View Source
MatchStrings(String, IDictionary<String, String>)
Declaration
public bool MatchStrings(string str, IDictionary<string, string> uriTemplateVariables)
Parameters
Type |
Name |
Description |
System.String |
str |
|
IDictionary<System.String, System.String> |
uriTemplateVariables |
|
Returns
Type |
Description |
System.Boolean |
|