URLServer Property

The server for the URL.

Syntax

ANSI (Cross Platform)
char* GetURLServer();
int SetURLServer(const char* lpszURLServer); Unicode (Windows) LPWSTR GetURLServer();
INT SetURLServer(LPCWSTR lpszURLServer);
@property (nonatomic,readwrite,assign,getter=URLServer,setter=setURLServer:) NSString* URLServer;
- (NSString*)URLServer;
- (void)setURLServer:(NSString*)newURLServer;
#define PID_HTTP_URLSERVER 61

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

Default Value

""

Remarks

This property contains the server for the URL. The HTTP server name as determined by parsing the value set in the URL property.

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]