property ProtocolVersion: TScVersion;
Description
Gets or sets the HTTP protocol version to use for requests.
The default value is 1.1.
The TScRestClient class supports only HTTP versions 1.0 and 1.1.
The value can be used to initialize the corresponding property of new TScRestRequest objects.