ServerTransaction.SendResponse(Response) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SendResponse method sends a SIP response message to the client transaction whose request initiated this server transaction.
public:
virtual void SendResponse(Microsoft::Rtc::Sip::Response ^ response);
public virtual void SendResponse (Microsoft.Rtc.Sip.Response response);
Parameters
- response
- Response
Specifies a Response object that contains the SIP response.