SipDialogContext Class

Definition

Contains information related to a dialog.

public ref class SipDialogContext : Microsoft::Rtc::Signaling::DialogContext
public class SipDialogContext : Microsoft.Rtc.Signaling.DialogContext
type SipDialogContext = class
    inherit DialogContext
Public Class SipDialogContext
Inherits DialogContext
Inheritance
SipDialogContext

Properties

ApplicationContext

Gets an object which holds application information associated with this context.

(Inherited from DialogContext)
CallID

Gets the call ID for the dialog.

(Inherited from DialogContext)
LocalTag

Gets the tag for the local client.

(Inherited from DialogContext)
RemoteParticipant

Gets the remote participant information for the dialog.

RemoteTag

Gets the tag for the remote client.

(Inherited from DialogContext)

Methods

Equals(DialogContext)

Returns true if the current object is equal to the passed object.

(Inherited from DialogContext)
Equals(Object)

Returns true if the current object is equal to the passed object.

(Inherited from DialogContext)
GetHashCode()

Generates a hash code for the object.

(Inherited from DialogContext)

Applies to