DialogContext Class

Definition

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.

Applies to