DialogContext(String, String, Boolean) Constructor

Definition

Constructs the object

protected:
 DialogContext(System::String ^ callID, System::String ^ fromTag, bool incoming);
protected DialogContext (string callID, string fromTag, bool incoming);
new Microsoft.Rtc.Signaling.DialogContext : string * string * bool -> Microsoft.Rtc.Signaling.DialogContext
Protected Sub New (callID As String, fromTag As String, incoming As Boolean)

Parameters

callID
String

The call ID for the dialog.

fromTag
String

The tag from the From header.

incoming
Boolean

Is the dialog initially incoming.

Applies to