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 NOTIFY message received for the implicit subscription created for a transfer request sent earlier in this call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageData As SipMessageData
Get
'Usage
Dim instance As TransferStateChangedEventArgs
Dim value As SipMessageData
value = instance.MessageData
public SipMessageData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
The specific message data either received on Notify request or Response.
See Also
Reference
TransferStateChangedEventArgs Class