URLPort Property

The port for the URL.

Syntax

ANSI (Cross Platform)
int GetURLPort();
int SetURLPort(int iURLPort); Unicode (Windows) INT GetURLPort();
INT SetURLPort(INT iURLPort);
@property (nonatomic,readwrite,assign,getter=URLPort,setter=setURLPort:) int URLPort;
- (int)URLPort;
- (void)setURLPort:(int)newURLPort;
#define PID_HTTP_URLPORT 59

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

443

Remarks

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

This property is not available at design time.

Data Type

Integer

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