TTMSMCPSessionState.SetClientExtensions Method
Replaces the recorded set of extensions the client declared during initialization. Only pairs whose value is an object are kept, and each is stored as an independent copy.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPSessionState
Syntax
procedure SetClientExtensions(const AExtensions: TJSONObject);
Parameters
| Name | Description |
|---|---|
AExtensions |
Extensions object taken from the client capabilities, or nil to clear the set. |