MessageReceivedEventArgs.SendResponse Method
Include Protected Members
Include Inherited Members
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<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. |
Top
See Also
Reference
MessageReceivedEventArgs Class