SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CustomRequest Property

Specifies a custom request verb.

Syntax

ANSI (Cross Platform)
char* GetCustomRequest();
int SetCustomRequest(const char* lpszCustomRequest); Unicode (Windows) LPWSTR GetCustomRequest();
INT SetCustomRequest(LPCWSTR lpszCustomRequest);
@property (nonatomic,readwrite,assign,getter=customRequest,setter=setCustomRequest:) NSString* customRequest;
- (NSString*)customRequest;
- (void)setCustomRequest:(NSString*)newCustomRequest;
#define PID_RESTCLIENT_CUSTOMREQUEST 34

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

""

Remarks

Use this property to specify a custom HTTP method verb to use instead of the original method. PATCH is one of the commonly used custom verbs.

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]