ClientTransaction.OnResponseReceived(ResponseReceivedEventArgs) Method

Definition

The OnResponseReceived method raises the ResponseReceived event.

protected:
 virtual void OnResponseReceived(Microsoft::Rtc::Sip::ResponseReceivedEventArgs ^ e);
protected virtual void OnResponseReceived (Microsoft.Rtc.Sip.ResponseReceivedEventArgs e);
Protected Overridable Sub OnResponseReceived (e As ResponseReceivedEventArgs)

Parameters

Remarks

Overrides should always call the base class.

Applies to