SipRequestReceivedEventArgs.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 SIP request data for the event. This can be null in some instances.
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