Edit

Share via


TransferStateChangedEventArgs Class

Definition

Represents the information associated with the status of a transfer accepted by the remote endpoint.

public ref class TransferStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Signaling::ReferState>
public class TransferStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Signaling.ReferState>
type TransferStateChangedEventArgs = class
    inherit StateChangedEventArgs<ReferState>
Public Class TransferStateChangedEventArgs
Inherits StateChangedEventArgs(Of ReferState)
Inheritance
TransferStateChangedEventArgs

Properties

MessageData

Gets the NOTIFY message received for the implicit subscription created for a transfer request sent earlier in this call.

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
RemainingSipFragment

Gets the rest of the SIP fragment body.

State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)
StatusCode

Gets the status code received in the SIP fragment contained in the SIP NOTIFY.

StatusText

Gets the status text received in the SIP fragment contained in the SIP NOTIFY.

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Applies to