Click or drag to resize

ENVELOPE_FORMAT Enumeration

Used by the SendCommand operations to indicate in which format the operation is being performed.

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public enum ENVELOPE_FORMAT
Members
  Member nameValueDescription
XML0 Operation is specified in XML format.
JSON1 The operation is specified in JSON format.
See Also