Mobile API Reference
MicroStrategy 2019
|
#import <WebServerConfiguration.h>
Instance Methods | |
(WebServerInfo *) | - copyWebServerInfo |
(BOOL) | - isEqualToInfo: |
Instance Methods inherited from <MSISerializable> | |
(void) | - loadFromXML:elementName:attributes:support:context: |
(void) | - buildXML: |
Properties | |
MSIDevicePreferences * | parent |
WebServerConfiguration contains the connectivity information for a web server and projects connecting to this web server. It can be read from preference file or created manually. After WebServerConfiguration has been added to the device preferences, when use the WebServerConfiguration, application should maintain a reference to the device preference.
- (WebServerInfo*) copyWebServerInfo |
Copy the WebServerInfo from this WebServerConfiguration. WebServerInfo contains part of the information in WebServerConfiguration.
- (BOOL) isEqualToInfo: | (WebServerInfo *) | server |
Check whether the WebServerInfo represents the same web server as this WebServeConfiguration.
|
readnonatomicweak |
Use this property to get to which this WebServerConfiguration belongs.