SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ReqParamsAccept Property

Specifies the Accept header property of the HTTP request.

Syntax

ANSI (Cross Platform)
char* GetReqParamsAccept();
int SetReqParamsAccept(const char* lpszReqParamsAccept); Unicode (Windows) LPWSTR GetReqParamsAccept();
INT SetReqParamsAccept(LPCWSTR lpszReqParamsAccept);
@property (nonatomic,readwrite,assign,getter=reqParamsAccept,setter=setReqParamsAccept:) NSString* reqParamsAccept;
- (NSString*)reqParamsAccept;
- (void)setReqParamsAccept:(NSString*)newReqParamsAccept;
#define PID_SOAPCLIENT_REQPARAMSACCEPT 88

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

Default Value

""

Remarks

Specifies the Accept header field of the HTTP request. The Accept field defines which media types are accepted in the response.

This property is not available at design time.

Data Type

String

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