ProvisionalResponseReceivedEventArgs Class
Class contains information for reporting received provisional responses.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs
Microsoft.Rtc.Signaling.ProvisionalResponseReceivedEventArgs
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class ProvisionalResponseReceivedEventArgs _
Inherits SipResponseReceivedEventArgs
'Usage
Dim instance As ProvisionalResponseReceivedEventArgs
public class ProvisionalResponseReceivedEventArgs : SipResponseReceivedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.