-
Notifications
You must be signed in to change notification settings - Fork 1
Server Object
Paul Mansour edited this page Jul 11, 2024
·
17 revisions
CertType, CongaTimeout, Context, DisplayRequests, Folder, IdleTimeout, LogConga, LogHTTP, LogRumba, OnCongaTimeout, OnContinueSCM, OnHeader, OnPauseSCM, OnRequest, OnStart, OnStopSCM, Port, PrivateKeyFile, PublicCertFile, Secure, Trap, UpstreamServers UseCongaHTTP
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.