The ConnectionDetails type exposes the following members.
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.
|
See Also