Chameleon and Iguana Plugin C# Class Libraries

LlpServer Class

This object implements a Lower Layer Protocol (LLP) TCP/IP server that listens for connections from clients.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         iNTERFACEWARE.Chameleon.LlpServer

[Visual Basic]
Public Class LlpServer
    Inherits Component
[C#]
public class LlpServer : Component

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

Most of the network events that are raised provide a LlpConnection parameter, which gives methods to interact with the client connection that the event is associated with.

See http://www.interfaceware.com/manual/network_components.html for more information.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

LlpServer Members | iNTERFACEWARE.Chameleon Namespace