Check to see if an incoming host name or IP address matches this rule
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function Matches( _ ByVal host As String _ ) As Boolean |
| C# |
|---|
| public bool Matches( string host ) |
| C++ |
|---|
| public: bool Matches( String host ) sealed |
| J# |
|---|
| public bool Matches( string host ) |
| JScript |
|---|
| public
function Matches( host : String ) : bool |
Parameters
- host
- The host name or IP address of a request client
Return Value
true if the host matches, false if it does not