MantisConnect 1.0a2

Config Class

Provides access to Mantis configuration.

For a list of all members of this type, see Config Members.

System.Object
   Config

[Visual Basic]
NotInheritable Public Class Config
[C#]
public sealed class Config

Thread Safety

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

Remarks

This is useful to provide access to Mantis configuration like enumerations and any other configs that are not considered private. Using this class the client will not be able to retrieve sensitive information from the webservice, like passwords, database names, host names, ...etc. This class also provides the necessary caching to avoid unnecessary round trips to the server. Caching is feasible in this class due to the static nature of these configs.

Requirements

Namespace: Futureware.MantisConnect

Assembly: Futureware.MantisConnect (in Futureware.MantisConnect.dll)

See Also

Config Members | Futureware.MantisConnect Namespace