TTMSMCPClientTransportHTTP.ProtocolVersion Property
Protocol revision the connection has settled on, announced on every request.
API unit family: TMS.MCP.Client.Transport.HTTP
Declaring type: TTMSMCPClientTransportHTTP
Type: string
Syntax
property ProtocolVersion: string;
Remarks
Assign it once the initial handshake has agreed on a revision; while it is empty the announcement is left off the request. It is read for each request, so a later change applies to the messages that follow. This declaration has storage of its own and hides the one inherited from the base class, so assign it through a reference of this type. A value assigned here is not visible through a base-class reference, and the reverse holds as well.