|
Mobile API Reference
MicroStrategy 2019
|
#import <WebServerInfo.h>
Class Methods | |
| (WebServerInfo *) | + defaultWebServerInfo |
| (NSArray *) | + webServerInfoList |
Protected Attributes | |
| NSString * | name |
| NSInteger | port |
| NSString * | path |
| NSInteger | webServerType |
Additional Inherited Members | |
Instance Methods inherited from <MSISerializable> | |
| (void) | - loadFromXML:elementName:attributes:support:context: |
| (void) | - buildXML: |
WebServerInfo holds the server name, port, path and type. It also performs conversions supporting disk I/O. It is the minimal information needed to represent a web server. It is typically used as a index to get the WebServerConfiguration from device preferences.
| + (WebServerInfo*) defaultWebServerInfo |
Use this method to get the default WebServerInfo
| + (NSArray*) webServerInfoList |
Use this method to get all available webServer
|
readwritenonatomiccopyprotected |
Use this property to get or set the webServer name. This can be a domain name or IP address.
|
readwritenonatomiccopyprotected |
Use this property to get or set the webServer paths. The remainder of the URL, past the host and port. On a typical J2EE server, it is often "MicroStrategyMobile".
|
readwritenonatomicassignprotected |
Use this property to get or set the webServer port
|
protected |