TTMSMCPClientElicitationCapability Class
Declares which kinds of user-input request a connection accepts from its server. A server may only raise a request whose kind is enabled here.
API unit family: TMS.MCP.Client.Connection
Inherits from: TPersistent
Syntax
TTMSMCPClientElicitationCapability = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Form | Determines whether the server may ask the user to fill in a set of values. |
| URL | Determines whether the server may ask the user to confirm opening an address in the default browser. |
Methods
| Name | Description |
|---|---|
| ToJSON | Builds the capability payload announced to the server during the handshake. |