YAMI4 for .NET 1.3.0

Inspirel.YAMI.OutgoingMessage.MessageStateInfo Class Reference

Helper class for reporting full message state. More...

List of all members.

Public Attributes

readonly MessageState State
 Current state of the message.
readonly int SentBytes
 Number of bytes that were transmitted.
readonly int TotalByteCount
 Total length of the message.
readonly Parameters ReplyBody
 Reply body (valid only when state is REPLIED)
readonly byte[] RawReplyBody
 Reply raw binary body (valid only when state is REPLIED and the agent was configured for raw delivery).
readonly string RejectionReason
 Rejection reson (valid only when state is REJECTED)

Detailed Description

Helper class for reporting full message state.


Member Data Documentation

Reply raw binary body (valid only when state is REPLIED and the agent was configured for raw delivery).

Rejection reson (valid only when state is REJECTED)

Reply body (valid only when state is REPLIED)

Number of bytes that were transmitted.

Total length of the message.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events