Click or drag to resize

HttpServerConnection Methods

The HttpServerConnection type exposes the following members.

Methods
  NameDescription
Public methodCallAction
Send a request with the specified action and AML to Innovator server and write the obtained response into the outDOM.
(Overrides ServerConnectionBaseCallAction(String, XmlDocument, XmlDocument).)
Public methodGetDatabaseName
Returns name of the current database in use.
(Overrides ServerConnectionBaseGetDatabaseName.)
Public methodGetDatabases
Returns all configured databases
(Overrides ServerConnectionBaseGetDatabases.)
Public methodgetFileUrl(String, UrlType)
Returns file full file url. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrl(String, UrlType).)
Public methodgetFileUrl(String, UrlType, VaultUrlType)
Returns file full file url. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrl(String, UrlType, VaultUrlType).)
Public methodgetFileUrls(ArrayList, UrlType)
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrls(ArrayList, UrlType).)
Public methodgetFileUrls(ArrayList, UrlType, VaultUrlType)
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrls(ArrayList, UrlType, VaultUrlType).)
Public methodGetLicenseInfo
Returns information about subscription and all add-on's
(Inherited from ServerConnectionBase.)
Public methodGetLicenseInfo(String, String)
Returns information about subscription and specified add-ons
(Overrides ServerConnectionBaseGetLicenseInfo(String, String).)
Public methodgetUserID
If Login() was already called, returns id of the user associated with the connection; otherwise throws an exception.
(Overrides ServerConnectionBase.getUserID.)
Public methodLogin
Login into Innovator server.
Public methodLogout
Logout from Innovator (do not unlock locked Items).
Public methodLogout(Boolean)
Logout from Innovator.
Public methodUsingParameters
Call action with special HttpConnectionParams
Top
See Also