Gets the response data. It can be null if the exception is thrown in the case where no response data was received.

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();

See Also