property ProtocolNames: TStringList;
Description
ProtocolNames contains the list of protocols advertised by the client, in descending order of preference. Protocols are named by IANA-registered, opaque, non-empty byte strings.
The client sends this list to the TLS server. The server chooses a protocol and sends the selected protocol to the client.