Click or drag to resize

WinAuthHttpServerConnection Methods

The WinAuthHttpServerConnection 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.
(Inherited from HttpServerConnection.)
Public methodGetDatabaseName
Returns name of the current database in use.
(Inherited from HttpServerConnection.)
Public methodGetDatabases
Returns all configured databases
(Inherited from HttpServerConnection.)
Public methodgetFileUrl(String, UrlType)
Returns file full file url. In some cases with AuthenticationBroker's token.
(Inherited from HttpServerConnection.)
Public methodgetFileUrl(String, UrlType, VaultUrlType)
Returns file full file url. In some cases with AuthenticationBroker's token.
(Inherited from HttpServerConnection.)
Public methodgetFileUrls(ArrayList, UrlType)
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Inherited from HttpServerConnection.)
Public methodgetFileUrls(ArrayList, UrlType, VaultUrlType)
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Inherited from HttpServerConnection.)
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
(Inherited from HttpServerConnection.)
Public methodgetUserID
If Login() was already called, returns id of the user associated with the connection; otherwise throws an exception.
(Inherited from HttpServerConnection.)
Public methodLogin
Login into Innovator server.
(Inherited from HttpServerConnection.)
Public methodLogout
Logout from Innovator (do not unlock locked Items).
(Inherited from HttpServerConnection.)
Public methodLogout(Boolean)
Logout from Innovator.
(Inherited from HttpServerConnection.)
Public methodUsingParameters
Call action with special HttpConnectionParams
(Inherited from HttpServerConnection.)
Top
See Also