Returns the response data containing the message received on state transition.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ResponseData 
As 

SipResponseData
C#
public 

SipResponseData 
ResponseData { 
get; }
Visual C++
public:
property 

SipResponseData^ 
ResponseData {
	

SipResponseData^ 
get ();
}
JavaScript
function get_
responseData();

Remarks

It will return null, if state transition does not contain any response data.

See Also