Represents the configuration of a message transmitter service.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public class HL7TransmitterConfiguration : HL7SocketConfiguration
Visual Basic
Public Class HL7TransmitterConfiguration _
	Inherits HL7SocketConfiguration
Visual C++
public ref class HL7TransmitterConfiguration : public HL7SocketConfiguration

Remarks

The fields of this class are initialized either from a configuration file, from a NameValueCollection object, from values directly passed to the constructors or from the toolkit properties.

Additionally to the base classes properties, the following properties are recognized:

Inheritance Hierarchy

System..::..Object
  Mergecom.HL7..::..HL7SocketConfiguration
    Mergecom.HL7..::..HL7TransmitterConfiguration

See Also