Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpClient Class

This class implements a TCP/IP client for HL7 using the LLP protocol. You can use ClientSocketListener to track events on this object.

For a list of all members of this type, see TransportTcpIpClient Members.

System.Object
   iNTERFACEWARE.Chameleon.TransportTcpIpClient

[Visual Basic]
Public Class TransportTcpIpClient
    Implements Transport, IDisposable
[C#]
public class TransportTcpIpClient : Transport, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is no longer used but will be supported for backward compatibility. New applications should use LlpClient instead.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

TransportTcpIpClient Members | iNTERFACEWARE.Chameleon Namespace