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 | |
---|---|---|
ReferTarget | Gets the session target object that contains the Refer target. | |
Session | Gets the signaling session associated with this instance. | |
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 | |
---|---|---|
BeginSetState(ReferState, AsyncCallback, Object) | Sets the Refer state. This will result in sending Notification to the referrer. | |
BeginSetState(Int32, String, String, AsyncCallback, Object) | Sets the Refer state. This will result in sending Notification to the referrer. | |
EndSetState | Waits for the pending setState operation to complete. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetState(ReferState) | Synchronously sets the refer state. This will result in sending Notification to the referrer. | |
SetState(Int32, String, String) | Synchronously sets the Refer state. This will result in sending Notification to the referrer. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
SubscriptionTerminated | Event raised when the refer subscription is terminated by the remote with unsubscribe message. |
Top