Share via


ReferNotifier Members

Include Protected Members
Include Inherited Members

Lets the application set the various Refer states indicating progress. This is used by the application that is receiving the Refer request.

The ReferNotifier type exposes the following members.

Properties

  Name Description
Public property ReferTarget Gets the session target object that contains the Refer target.
Public property Session Gets the signaling session associated with this instance.
Public property State Gets the current state of this Refer information. There is no state changed event for this state since the state changes are due to method calls made by the application only.

Top

Methods

  Name Description
Public method BeginSetState(ReferState, AsyncCallback, Object) Sets the Refer state. This will result in sending Notification to the referrer.
Public method BeginSetState(Int32, String, String, AsyncCallback, Object) Sets the Refer state. This will result in sending Notification to the referrer.
Public method EndSetState Waits for the pending setState operation to complete.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method SetState(ReferState) Synchronously sets the refer state. This will result in sending Notification to the referrer.
Public method SetState(Int32, String, String) Synchronously sets the Refer state. This will result in sending Notification to the referrer.
Public method ToString (inherited from Object)

Top

Events

  Name Description
Public event SubscriptionTerminated Event raised when the refer subscription is terminated by the remote with unsubscribe message.

Top

See Also

Reference

ReferNotifier Class

Microsoft.Rtc.Signaling Namespace