The HttpServerConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CallAction |
Send a request with the specified action and AML to Innovator server and write the obtained response into
the outDOM.
(Overrides ServerConnectionBase..::.CallAction(String, XmlDocument, XmlDocument).) |
![]() | GetDatabaseName |
Returns name of the current database in use.
(Overrides ServerConnectionBase..::.GetDatabaseName()()().) |
![]() | GetDatabases |
Returns all configured databases
(Overrides ServerConnectionBase..::.GetDatabases()()().) |
![]() | getFileUrl |
Returns file full file url. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBasegetFileUrl(String, UrlType).) |
![]() | getFileUrls | |
![]() | GetLicenseInfo | Overloaded. |
![]() | getUserID |
If Login() was already called, returns id of the user assosiated with the connection;
otherwise throws an exception.
(Overrides ServerConnectionBasegetUserID()()().) |
![]() | Login |
Login into Innovator server.
|
![]() | Logout | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | Compression |
Property specifies the way of compression of AML sent through IOM.HttpServerConnection.
Value from enumeration 'CompressionType' (namespace Aras.Common.Compression) can be set. Available values are:
![]() <configuration> <appSettings> <add key="CompressionType" value="gzip"/> </appSettings > </configuration>
|
![]() | ReadWriteTimeout |
Gets or sets a time-out in milliseconds when writing to or reading from a
stream.
|
![]() | Timeout |
Gets or sets the time-out value in milliseconds for the System.Net.HttpWebRequest.GetResponse()
and System.Net.HttpWebRequest.GetRequestStream() methods.
|