Chameleon and Iguana Plugin C# Class Libraries

Connection Class

This class implements a connection for streaming data to and from a client socket.

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

System.Object
   iNTERFACEWARE.Chameleon.Connection

[Visual Basic]
Public Class Connection
    Implements Transport, IDisposable
[C#]
public class Connection : 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 LlpConnection instead.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

Connection Members | iNTERFACEWARE.Chameleon Namespace