Table of Contents

ITMSMCPHTTPServerService Interface

Creates and releases the platform's listener on behalf of the server component.

API unit family: TMS.MCP.HTTPServer Extends: IInterface

Syntax

ITMSMCPHTTPServerService = interface(IInterface)

Remarks

Registered once per platform and looked up by the component as it is created, which is how the same component works on more than one platform. Implement it only when adding support for a platform of your own.

Methods

Name Description
CreateHTTPServer Creates a listener for a server component.
DestroyHTTPServer Releases a listener that is no longer needed.