A rule class used to match country information, if available, for incoming requests


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

Syntax

Visual Basic (Declaration)
Public Class Country
C#
public class Country
C++
ref class Country
J#
public class Country
JScript
public class Country

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.Country

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also