Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpServer Class

This class handles TCP/IP connections for a server.

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

System.Object
   iNTERFACEWARE.Chameleon.TransportTcpIpServer

[Visual Basic]
Public Class TransportTcpIpServer
    Implements IDisposable
[C#]
public class TransportTcpIpServer : 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

The constructor instantiates a server socket that listens for and accepts client connections. Upon accepting a connection a client socket is created, which handles data input/output.

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

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

TransportTcpIpServer Members | iNTERFACEWARE.Chameleon Namespace