Click or drag to resize

AmqpUtilities Methods

The AmqpUtilities type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnvelopeFromMessage Decodes and returns a single CFX envelope given a single AMQP Message
Public methodStatic memberEnvelopesFromMessage Decodes a list of CFX envelopes containing CFX messages given a single AMQP message
Public methodStatic memberGetCertificate Looks in the both the machine and user level certificate stores for a certificate whose subject name OR thumbprint matches the value specified by the certFindName parameter. Will throw an ArumentException if not found.
Public methodStatic memberMessageFromEnvelope Converts a CFXEnvelope into an AMQP message
Public methodStatic memberMessageFromEnvelopes Converts multiple CFXEnvelope(s) into a single AMQP message
Public methodStatic memberMessagePreview Returns the first x characters of the payload of an AMQP message, assuming UTF8 encoding
Top
See Also