URLScheme Property

The scheme for the URL.

Syntax

ANSI (Cross Platform)
char* GetURLScheme();
int SetURLScheme(const char* lpszURLScheme); Unicode (Windows) LPWSTR GetURLScheme();
INT SetURLScheme(LPCWSTR lpszURLScheme);
@property (nonatomic,readwrite,assign,getter=URLScheme,setter=setURLScheme:) NSString* URLScheme;
- (NSString*)URLScheme;
- (void)setURLScheme:(NSString*)newURLScheme;
#define PID_HTTP_URLSCHEME 60

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

"https"

Remarks

This property contains the scheme for the URL. The URL scheme as determined by parsing the value set in the URL property.

The supported schemes are "http" and "https".

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]