DialogContext Members
Include Protected Members
Include Inherited Members
Contains information related to a dialog.
The DialogContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DialogContext | Constructs the object |
Top
Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets an object which holds application information associated with this context. | |
CallID | Gets the call ID for the dialog. | |
LocalTag | Gets the tag for the local client. | |
RemoteTag | Gets the tag for the remote client. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns true if the current object is equal to the passed object. (Overrides Object.Equals(Object).) | |
Equals(DialogContext) | Returns true if the current object is equal to the passed object. | |
Finalize | (inherited from Object) | |
GetHashCode | Generates a hash code for the object. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns true if the two objects are equal. | |
Inequality | Returns true if the two objects are unequal. |
Top