Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the session received any provisional response (101-199).
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ProvisionalResponseReceived As EventHandler(Of SipResponseReceivedEventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of SipResponseReceivedEventArgs)
AddHandler instance.ProvisionalResponseReceived, handler
public event EventHandler<SipResponseReceivedEventArgs> ProvisionalResponseReceived