Method | Description | |
---|---|---|
IncomingMessage ( string messageId, string>.Dictionary |
Creates a new message.
|
Method | Description | |
---|---|---|
RevertToOriginalBodyIfNeeded ( ) : void |
Makes sure that the body is reset to the exact state as it was when the message was created.
|
|
UpdateBody ( byte updatedBody ) : void |
Use this method to update the body if this message.
|
public IncomingMessage ( string messageId, string>.Dictionary |
||
messageId | string | Native message id. |
headers | string>.Dictionary | The message headers. |
body | byte | The message body. |
return | System |