ReceiverMessageExtensions Class |
Namespace: Rock.Messaging
The ReceiverMessageExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetBinaryValue |
Gets the binary value of the message. If the implemenation "speaks" string,
UTF8 is used to convert the string message to a byte array.
|
![]() ![]() | GetHeaderValue |
Gets a header value by key. If the implementation "speaks" binary,
UTF8 is used to convert the binary header to a string.
|
![]() ![]() | GetStringValue |
Gets the string value of the message. If the implemenation "speaks" binary,
UTF8 is used to convert the binary message to a string.
|