TTMSMCPClientTransportHTTP.OnConnectionNotSupported Event
Occurs when the server rejects the request method this transport uses, which means the endpoint does not speak this transport at all.
API unit family: TMS.MCP.Client.Transport.HTTP
Declaring type: TTMSMCPClientTransportHTTP
Type: TNotifyEvent
Syntax
property OnConnectionNotSupported: TNotifyEvent;
Remarks
The usual reason is an endpoint that only offers the older two-endpoint transport, so a handler typically reacts by stopping this transport and connecting again with that one. Raised on the worker whose request was rejected, and the transport takes no action of its own.