Specifies a details that can be used for uploading and downloading files (e.g. images) from a host/server the client.
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.CoreFileRepositoryConnectionDetails
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 FileRepositoryConnectionDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileRepositoryConnectionDetails | Initializes a new instance of the FileRepositoryConnectionDetails class |
Properties
Name | Description | |
---|---|---|
![]() | Credentials |
Specifies the user credentials for the download of dependent assemblies.
For example, this may be required if the DownloadURI specifies an FTP server.
|
![]() | GateWayAddress |
If the WCF Gateway is being used for the connection, this specifies the Gateway address to use.
|
![]() | LocalDirectory | |
![]() | ServerURI |
Specifies the location where the required assemblies can be downloaded from.
|
Methods
Name | Description | |
---|---|---|
![]() | FromXml | |
![]() | GetXml |
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