FailureRequestException.RequestData 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 request data. It can be null if the exception is thrown in the case where no request data was received.
public:
property Microsoft::Rtc::Signaling::SipRequestData ^ RequestData { Microsoft::Rtc::Signaling::SipRequestData ^ get(); };
public Microsoft.Rtc.Signaling.SipRequestData RequestData { get; }
member this.RequestData : Microsoft.Rtc.Signaling.SipRequestData
Public ReadOnly Property RequestData As SipRequestData