.NET SDK - MessageEventRequest.Respond

MessageEventRequest.Respond method (1 of 2)

Respond to the message.

public void Respond(byte[] response)
parameterdescription
responseThe encoded response.

See Also


MessageEventRequest.Respond method (2 of 2)

Respond to the message by UTF-8-encoding a string.

public void Respond(string response)
parameterdescription
responseThe string to respond with.

See Also