Pragma Property

A browser/server specific header line (optional).

Syntax

ANSI (Cross Platform)
char* GetPragma();
int SetPragma(const char* lpszPragma); Unicode (Windows) LPWSTR GetPragma();
INT SetPragma(LPCWSTR lpszPragma);
@property (nonatomic,readwrite,assign,getter=pragma,setter=setPragma:) NSString* pragma;
- (NSString*)pragma;
- (void)setPragma:(NSString*)newPragma;
#define PID_SOAP_PRAGMA 42

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SOAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SOAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

If this property contains a non-empty string, a Pragma HTTP request header is added to the request. The meaning of the header depends on the implementation and can be used to send/receive proprietary information to/from the server.

This property is not available at design time.

Data Type

String

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