DialogContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information related to a dialog.
public ref class DialogContext : IEquatable<Microsoft::Rtc::Signaling::DialogContext ^>
public class DialogContext : IEquatable<Microsoft.Rtc.Signaling.DialogContext>
type DialogContext = class
interface IEquatable<DialogContext>
Public Class DialogContext
Implements IEquatable(Of DialogContext)
- Inheritance
-
DialogContext
- Derived
- Implements
Constructors
| DialogContext(String, String, Boolean) |
Constructs the object |
Properties
| 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. |
Methods
| Equals(DialogContext) |
Returns true if the current object is equal to the passed object. |
| Equals(Object) |
Returns true if the current object is equal to the passed object. |
| GetHashCode() |
Generates a hash code for the object. |
Operators
| Equality(DialogContext, Object) |
Returns true if the two objects are equal. |
| Inequality(DialogContext, Object) |
Returns true if the two objects are unequal. |