Mobile API Reference  MicroStrategy 2019
WebServerConfiguration Class Reference

#import <WebServerConfiguration.h>

Inheritance diagram for WebServerConfiguration:
<MSISerializable>

Instance Methods

(WebServerInfo *) - copyWebServerInfo
 
(BOOL- isEqualToInfo:
 
- Instance Methods inherited from <MSISerializable>
(void) - loadFromXML:elementName:attributes:support:context:
 
(void) - buildXML:
 

Properties

MSIDevicePreferencesparent
 

Detailed Description

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.

Method Documentation

◆ copyWebServerInfo()

- (WebServerInfo*) copyWebServerInfo

Copy the WebServerInfo from this WebServerConfiguration. WebServerInfo contains part of the information in WebServerConfiguration.

Returns
WebServerInfo copied from this WebServerConfiguration

◆ isEqualToInfo:()

- (BOOL) isEqualToInfo: (WebServerInfo *)  server

Check whether the WebServerInfo represents the same web server as this WebServeConfiguration.

Returns
YES if represents the same web server, otherwise NO.

Property Documentation

◆ parent

- (MSIDevicePreferences*) parent
readnonatomicweak

Use this property to get to which this WebServerConfiguration belongs.