Frends.Mllp.Receive / 2.1.0
Summary
Listens on a port for HL7 messages framed with MLLP for a bounded period, collecting what arrives and optionally acknowledging each one, with TLS and client certificate checks available.
Typical use — acting as the receiving endpoint for a clinical system that pushes HL7 over a socket rather than HTTP
Parameters for configuring the local MLLP listener.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ListenAddress | String |
– | 127.0.0.1 |
IP address or hostname to bind to. Leave empty to listen on all interfaces. |
| Port | Int32 |
2575 |
2575 |
TCP port the server listens on. |