FailureResponseException.ResponseData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the response data. It can be null if the exception is thrown in the case where no response data was received.
public:
property Microsoft::Rtc::Signaling::SipResponseData ^ ResponseData { Microsoft::Rtc::Signaling::SipResponseData ^ get(); };
public Microsoft.Rtc.Signaling.SipResponseData ResponseData { get; }
member this.ResponseData : Microsoft.Rtc.Signaling.SipResponseData
Public ReadOnly Property ResponseData As SipResponseData