This method can be called to check if an incoming request matches the current rule.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Function Matches( _ 
   ByVal uri As Uri _ 
) As Boolean
C#
public bool Matches(
   Uri uri
)
C++
public:
 bool Matches(
   Uri uri
) sealed 
J#
public bool Matches(
   Uri uri
)
JScript
public  function Matches(
   uri : Uri
) : bool

Parameters

uri
The URI of the incoming request

Return Value

true if the request matches the rule, false if it does not

See Also