Overload List

  Name Description
SendResponse(Int32)
Sends a response to this message with specified response code. This method is optional for message received events. If the application does not call SendResponse in MessageReceived handlers, the platform will automatically respond with ResponseCode.Succeeded.
SendResponse(Int32, ContentType, String, IEnumerable < (Of < ( SignalingHeader > ) > ) )
Sends response to this message with a specified body and specified headers. This method is optional for message received events. If the application does not call SendResponse in MessageReceived handlers, the platform will automatically respond with ResponseCode.Succeeded.

See Also