ReferNotifier Members
Lets the application set the various Refer states indicating progress.
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 or sets the current state of this Refer information. |
Top
Methods
Name | Description | |
---|---|---|
BeginSetState(ReferState, AsyncCallback, Object) | Sets the Refer state. | |
BeginSetState(Int32, String, String, AsyncCallback, Object) | Sets the Refer state. | |
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) | Sets the Refer state. | |
SetState(Int32, String, String) | Sets the Refer state. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
SubscriptionTerminated | Raised when the Refer subscription is terminated by the remote. |
Top