CallForwardReceivedEventArgs.MessageData Property
Gets the detailed signaling information associated with the forward.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageData As SipResponseData
Get
'Usage
Dim instance As CallForwardReceivedEventArgs
Dim value As SipResponseData
value = instance.MessageData
public SipResponseData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipResponseData
See Also
Reference
CallForwardReceivedEventArgs Class