Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SIP Request message received.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageData As SipRequestData
Get
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim value As SipRequestData
value = instance.MessageData
public SipRequestData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipRequestData
Remarks
This property is useful for the application who are interested in accessing headers in the incoming SIP message.
See Also
Reference
InstantMessageReceivedEventArgs Class