Click or drag to resize

MessageDump Enumeration

version: 10.21.0
Options to control the message dump utility. Used in Dump(MessageDump).

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
public enum MessageDump
Members
  Member nameValueDescription
Brief0 Display only the length of the binary attachment, xml attachment, and user property map.
Full1 Display the entire message.
See Also