E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

TransferredHeaders Property

The full set of headers as received from the server.

Syntax

ANSI (Cross Platform)
char* GetTransferredHeaders();

Unicode (Windows)
LPWSTR GetTransferredHeaders();
@property (nonatomic,readonly,assign,getter=transferredHeaders) NSString* transferredHeaders;
- (NSString*)transferredHeaders;
#define PID_OAUTH_TRANSFERREDHEADERS 49

INPAY_EXTERNAL void* INPAY_CALL InPay_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property returns the complete set of raw headers as received from the server.

The Header event shows the individual headers as parsed by the class.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]