-
Notifications
You must be signed in to change notification settings - Fork 0
Server API Library Structure
Lorenzo Bruni edited this page Feb 26, 2020
·
9 revisions
The API Library has the following structure:
-
/Entities
-
/eMail
/eMail.cs
/eMail.html
/ActiveDirectory.cs
/ADO.cs
/JSONRPC.cs
/Log.cs
/MemCacheD.cs
/ReCAPTCHA.cs
/Utility.cs
-
This folder contains the entities (Classes) that can be used/referenced by any above Application using the library.
This folder contains the eMail implementation based on the system MailMessage
class.
This handles the Active Directory operations.
The Access Data Object handles database operations.
This handles the JSON-RPC API/Web-Service listener.
This is the static implementation of the Log4Net logger.
This implements the MemCacheD operations.
This implements the Google ReCAPTCHA operations.
This implements several useful static methods.