ServerTransaction.SendResponse(Response) Method

Definition

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.

Applies to