Interface IPathRequestMatcher
IRequestMatcher that matches on a HTTP method and request URL.
Inherited Members
Namespace: Tableau.Migration.Net.Simulation.Requests
Assembly: Tableau.Migration.dll
Syntax
public interface IPathRequestMatcher : IRequestMatcher, IEquatable<IRequestMatcher>
Properties
Method
Gets the HTTP method to match on.
Declaration
HttpMethod Method { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
RequestUrl
Gets the request URL to match on.
Declaration
Uri RequestUrl { get; }
Property Value
Type | Description |
---|---|
Uri |