Represents information associated with the reception of a provisional response (advanced usage.)

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 

CallProvisionalResponseReceivedEventArgs _
	
Inherits 

SipResponseReceivedEventArgs
C#
public 
class 

CallProvisionalResponseReceivedEventArgs : 

SipResponseReceivedEventArgs
Visual C++
public 
ref class 

CallProvisionalResponseReceivedEventArgs : 
public 

SipResponseReceivedEventArgs
JavaScript

Microsoft.Rtc.Collaboration.CallProvisionalResponseReceivedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.CallProvisionalResponseReceivedEventArgs',
	

Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . SipResponseReceivedEventArgs
       Microsoft.Rtc.Collaboration . . :: . CallProvisionalResponseReceivedEventArgs

See Also