Table of Contents

ITMSMCPHTTPServerService.DestroyHTTPServer Method

Releases a listener that is no longer needed.

API unit family: TMS.MCP.HTTPServer Declaring type: ITMSMCPHTTPServerService

Syntax

procedure DestroyHTTPServer(const AValue: ITMSMCPHTTPServer);

Remarks

Called by the component as it is destroyed; call it directly only when a listener was obtained directly.

Parameters

Name Description
AValue Listener to release. A nil value is ignored.