This interface handles sending data events.
For a list of all members of this type, see Transport Members.
Type | Description |
---|---|
Connection | This class implements a connection for streaming data to and from a client socket. |
TransportTcpIpClient |
This class implements a TCP/IP client for HL7 using the LLP protocol. You can use ClientSocketListener to track events on this object. |
This interface provides a way of abstracting the actual transport being used. The client code simply is passed an object which implements this interface and doesn't need to know how the message is actually being delivered.
This class is no longer used but will be supported for backward compatibility. New applications should use LlpConnection instead.
Namespace: iNTERFACEWARE.Chameleon
Assembly: CHM_CSHARP (in CHM_CSHARP.dll)