Share via


RemainingSipFragment Property

The remaining text in the notification body after the status code and status text.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property RemainingSipFragment As String
    Get
'Usage
Dim instance As TransferStateChangedEventArgs
Dim value As String

value = instance.RemainingSipFragment
public string RemainingSipFragment { get; }

Property Value

Type: System..::..String

Remarks

If the state change is not due to Notification received, or the notification did not contain it, this can be String.Empty. If it is not empty, use GetSignalingHeadersFromMessageBody to retrieve the signaling headers.

See Also

Reference

TransferStateChangedEventArgs Class

TransferStateChangedEventArgs Members

Microsoft.Rtc.Collaboration Namespace