Chameleon and Iguana Plugin C# Class Libraries

Wrapper Class

This class handles wrapping and unwrapping of text messages.

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

System.Object
   iNTERFACEWARE.Chameleon.Wrapper
      iNTERFACEWARE.Chameleon.WrapperLlp

[Visual Basic]
MustInherit Public Class Wrapper
[C#]
public abstract class Wrapper

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

Since the class is abstract, it cannot be instantiated and a specific wrapping/unwrapping protocol must be handled by a descendant class.

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

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

Wrapper Members | iNTERFACEWARE.Chameleon Namespace