====Class: Server==== The **Server** class manages the connection and information about an ARDI server. ===Member Functions=== ^Name^Description^Parameters^ |**__init__**|Constructor|Server, Site(default), Port(80)| |**[[Server_Connect|Connect]]**|Connects to the ARDI server|None| |**[[Server_GetConfiguration|GetConfiguration]]**|Gets property and relationship information from the ARDI server| |**[[Server_Endpoint|Endpoint]]**|Used to get the full URL to the ARDI server, to make custom requests| ===Member Variables=== ^Name^Description^Default^ |**server**|The host name of the ARDI server|None| |**webport**|The port the ARDI server is hosted on|80| |**site**|The name of the sub-site to use|default| |**contexts**|A list of [[Context|Context]] objects describing the available contexts. These will not be available until [[Server_Connect|Connect]] is called.|[]|