TTMSMCPHTTPServer.Active Property
Whether the listener is open. Setting it to
Trueopens the port and starts accepting connections; setting it toFalsecloses it.
API unit family: TMS.MCP.HTTPServer
Declaring type: TTMSMCPHTTPServer
Inherited from: TTMSMCPCustomHTTPServer
Type: Boolean
Syntax
property Active: Boolean;
Remarks
Opening fails when the port is already taken or, with encryption on, when the certificate cannot be used.