Represents the configuration of a message receiver service.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public class HL7ReceiverConfiguration : HL7SocketConfiguration |
| Visual Basic |
|---|
Public Class HL7ReceiverConfiguration _ Inherits HL7SocketConfiguration |
| Visual C++ |
|---|
public ref class HL7ReceiverConfiguration : public HL7SocketConfiguration |
Remarks
The fields of this class are initialized either from a configuration
file, from a Properties object, from values directly passed to the
constructors or from the toolkit properties.
Additionally to the base classes properties, the following properties are recognized:
- CONNECTION_BACK_LOG for ConnectionBackLog
- RECEIVER_BLOCK_IPS for BlockIPs
- RECEIVER_ALLOW_IPS for AllowIPs
Inheritance Hierarchy
System..::..Object
Mergecom.HL7..::..HL7SocketConfiguration
Mergecom.HL7..::..HL7ReceiverConfiguration
Mergecom.HL7..::..HL7SocketConfiguration
Mergecom.HL7..::..HL7ReceiverConfiguration