URLServer (property)

The server for the URL.

Syntax

@property (nonatomic,readwrite,assign,getter=URLServer,setter=setURLServer:) NSString* URLServer;
- (NSString*)URLServer;
- (void)setURLServer:(NSString*)newURLServer;
public var URLServer: String {
  get {...}
set {...} }

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.

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