Skip to content

Server Object

Paul Mansour edited this page Jul 11, 2024 · 17 revisions

Properties

CertType, CongaTimeout, Context, DisplayRequests, Folder, IdleTimeout, LogConga, LogHTTP, LogRumba, OnCongaTimeout, OnContinueSCM, OnHeader, OnPauseSCM, OnRequest, OnStart, OnStopSCM, Port, PrivateKeyFile, PublicCertFile, Secure, Trap, UpstreamServers UseCongaHTTP

Methods

NewServer, Start, ClearCache

About

The server object represents a server.

A server object is created using the static NewServer method. Various properties may then be specified. The OnRequest property specifies the function to be called for each request received by the server. The Start method starts up the server, listening on the specified port.

Clone this wiki locally