SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ReqParamsHTTPVersion Property

Specifies the version of HTTP protocol to use: 1.

Syntax

ANSI (Cross Platform)
int GetReqParamsHTTPVersion();
int SetReqParamsHTTPVersion(int iReqParamsHTTPVersion); Unicode (Windows) INT GetReqParamsHTTPVersion();
INT SetReqParamsHTTPVersion(INT iReqParamsHTTPVersion);

Possible Values

CHV_HTTP10(0), 
CHV_HTTP11(1)
@property (nonatomic,readwrite,assign,getter=reqParamsHTTPVersion,setter=setReqParamsHTTPVersion:) int reqParamsHTTPVersion;
- (int)reqParamsHTTPVersion;
- (void)setReqParamsHTTPVersion:(int)newReqParamsHTTPVersion;

Possible Values

CHV_HTTP10(0), 
CHV_HTTP11(1)
#define PID_RESTCLIENT_REQPARAMSHTTPVERSION 89

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_RESTClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_RESTClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1

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 2020 C++ Edition - Version 20.0 [Build 8166]