FileRepositoryConnectionDetails Class

Specifies a details that can be used for uploading and downloading files (e.g. images) from a host/server the client.
Inheritance Hierarchy

SystemObject
  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

public class FileRepositoryConnectionDetails : IRecordInfo

The FileRepositoryConnectionDetails type exposes the following members.

Constructors

  NameDescription
Public methodFileRepositoryConnectionDetails
Initializes a new instance of the FileRepositoryConnectionDetails class
Top
Properties

  NameDescription
Public propertyCredentials
Specifies the user credentials for the download of dependent assemblies. For example, this may be required if the DownloadURI specifies an FTP server.
Public propertyGateWayAddress
If the WCF Gateway is being used for the connection, this specifies the Gateway address to use.
Public propertyLocalDirectory
Public propertyServerURI
Specifies the location where the required assemblies can be downloaded from.
Top
Methods

  NameDescription
Public methodFromXml
Public methodGetXml
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference