SetHeader¶
Sets a custom header for the message.
myMessage.SetHeader(name: string, value: string):Message (Message)
Parameters¶
string name
The name of the header.
string value
The value of the header.
Returns¶
The current message instance.