Click or drag to resize

RelaxISRemoteOptionsConnectionSettings Class

Contains information about where and how to send the job to RelaxIS.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.ToolsRelaxISRemoteOptionsConnectionSettings

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ConnectionSettings

The RelaxISRemoteOptionsConnectionSettings type exposes the following members.

Constructors
 NameDescription
Public methodRelaxISRemoteOptionsConnectionSettingsInitializes a new instance of the RelaxISRemoteOptionsConnectionSettings class
Top
Properties
 NameDescription
Public propertyAddress The address of the WCF node to send the job to.
Public propertyConnectionType Defines how the job should be sent: By FTP or by WCF
Public propertyFTPConnection Contains information about the FTP server to send the job to.
Public propertyIdentifier The identifier of the WCF node as set on the RelaxIS server.
Top
See Also