The ConnectionDetails class defines properties required to establish a connection with the
Runtime system through the Access Layer API.
An instance of this class must be created and populated with the required information, so it can
be used by the Connect/ConnectAsync methods.
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.CoreConnectionDetails
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The ConnectionDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionDetails | Initializes a new instance of the ConnectionDetails class |
Properties
Name | Description | |
---|---|---|
![]() | AssemblyLocation |
Specifies the path to the dependant Access Layer API files and assemblies
|
![]() | ConnectToDebugger |
Set to True if this connection is using a Debugger session.
|
![]() | DownLoadCredentials |
Specifies the user credentials for the download of dependent assemblies.
For example, this may be required if the DownloadURI spefies an FTP server.
|
![]() | DownLoadFiles |
The collection of assemblies that are required for a perticular client application.
|
![]() | DownLoadURI |
Specifies the location where the required assemblies can be downloaded from.
|
![]() | ForceLogin |
Specifies whether the connection should forcibly override an existing session
|
![]() | GateWayAddress |
If the WCF Gateway is being used for the connection, this specifies the Gateway address to use.
|
![]() | Host |
The machine name or IP Address where the Runtime system has been deployed
|
![]() | IsAnonymous |
Determines whether the connection uses an anonymous login
|
![]() | LogFolder |
Specifies the location where the log file(s) wil be stored
|
![]() | LogLevel |
Gets/Sets the log level for the logging (Error, Info, Debug)
|
![]() | StationName |
The Station Name to use for the connection.
|
![]() | System |
The Runtime System name to connect to.
|
Methods
Name | Description | |
---|---|---|
![]() | FromXml |
This method sets the connection details for a session, using the XElement instance created from the
ConnectionDetails node in the configuration file.
|
![]() | GetXml |
This method returns the configured ConnectionDetails from the RTXML file as an XML Element.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also