SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ReqParamsUserAgent Property

The User-Agent property of the HTTP request provides information about the software that initiates the request.

Syntax

ANSI (Cross Platform)
char* GetReqParamsUserAgent();
int SetReqParamsUserAgent(const char* lpszReqParamsUserAgent); Unicode (Windows) LPWSTR GetReqParamsUserAgent();
INT SetReqParamsUserAgent(LPCWSTR lpszReqParamsUserAgent);
@property (nonatomic,readwrite,assign,getter=reqParamsUserAgent,setter=setReqParamsUserAgent:) NSString* reqParamsUserAgent;
- (NSString*)reqParamsUserAgent;
- (void)setReqParamsUserAgent:(NSString*)newReqParamsUserAgent;
#define PID_RESTCLIENT_REQPARAMSUSERAGENT 96

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_RESTClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_RESTClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The User-Agent field of the HTTP request provides information about the software that initiates the request.

This property is not available at design time.

Data Type

String

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