SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

ReqParamsHTTPVersion Property

Specifies the version of HTTP protocol to use: 1.

Syntax

__property TsbiHTTPClientReqParamsHTTPVersions ReqParamsHTTPVersion = { read=FReqParamsHTTPVersion, write=FSetReqParamsHTTPVersion };
enum TsbiHTTPClientReqParamsHTTPVersions { chvHTTP10=0, chvHTTP11=1 };

Default Value

chvHTTP11

Remarks

Specifies the version of HTTP protocol to use: 1.0 or 1.1.

chvHTTP10HTTP/1.0 (0)
chvHTTP11HTTP/1.1 (1)

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Builder Edition - Version 20.0 [Build 8166]