UserAgent Property

Information about the user agent.

Syntax

ANSI (Cross Platform)
char* GetUserAgent();
int SetUserAgent(const char* lpszUserAgent); Unicode (Windows) LPWSTR GetUserAgent();
INT SetUserAgent(LPCWSTR lpszUserAgent);
@property (nonatomic,readwrite,assign,getter=userAgent,setter=setUserAgent:) NSString* userAgent;
- (NSString*)userAgent;
- (void)setUserAgent:(NSString*)newUserAgent;
#define PID_AS2SENDER_USERAGENT 105

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"IPWorks EDI AS2Sender Component - www.nsoftware.com"

Remarks

You may override the default with the name and version of your software.

Data Type

String

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