Show / Hide Table of Contents

Class SIPEventDialog

Inheritance
System.Object
SIPEventDialog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPEventDialog

Constructors

| Improve this Doc View Source

SIPEventDialog(String, String, SIPDialogue)

Declaration
public SIPEventDialog(string id, string state, SIPDialogue sipDialogue)
Parameters
Type Name Description
System.String id
System.String state
SIPDialogue sipDialogue
| Improve this Doc View Source

SIPEventDialog(String, String, Int32, SIPEventDialogStateEvent, Int32)

Declaration
public SIPEventDialog(string id, string state, int stateCode, SIPEventDialogStateEvent stateEvent, int duration)
Parameters
Type Name Description
System.String id
System.String state
System.Int32 stateCode
SIPEventDialogStateEvent stateEvent
System.Int32 duration

Fields

| Improve this Doc View Source

BridgeID

Declaration
public string BridgeID
Field Value
Type Description
System.String
| Improve this Doc View Source

CallID

Declaration
public string CallID
Field Value
Type Description
System.String
| Improve this Doc View Source

Direction

Declaration
public SIPEventDialogDirectionEnum Direction
Field Value
Type Description
SIPEventDialogDirectionEnum
| Improve this Doc View Source

Duration

Declaration
public int Duration
Field Value
Type Description
System.Int32
| Improve this Doc View Source

HasBeenSent

Declaration
public bool HasBeenSent
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ID

Declaration
public string ID
Field Value
Type Description
System.String
| Improve this Doc View Source

LocalParticipant

Declaration
public SIPEventDialogParticipant LocalParticipant
Field Value
Type Description
SIPEventDialogParticipant
| Improve this Doc View Source

LocalTag

Declaration
public string LocalTag
Field Value
Type Description
System.String
| Improve this Doc View Source

RemoteParticipant

Declaration
public SIPEventDialogParticipant RemoteParticipant
Field Value
Type Description
SIPEventDialogParticipant
| Improve this Doc View Source

RemoteTag

Declaration
public string RemoteTag
Field Value
Type Description
System.String
| Improve this Doc View Source

State

Declaration
public string State
Field Value
Type Description
System.String
| Improve this Doc View Source

StateCode

Declaration
public int StateCode
Field Value
Type Description
System.Int32
| Improve this Doc View Source

StateEvent

Declaration
public SIPEventDialogStateEvent StateEvent
Field Value
Type Description
SIPEventDialogStateEvent

Methods

| Improve this Doc View Source

Parse(String)

Declaration
public static SIPEventDialog Parse(string dialogXMLStr)
Parameters
Type Name Description
System.String dialogXMLStr
Returns
Type Description
SIPEventDialog
| Improve this Doc View Source

Parse(XElement)

Declaration
public static SIPEventDialog Parse(XElement dialogElement)
Parameters
Type Name Description
System.Xml.Linq.XElement dialogElement
Returns
Type Description
SIPEventDialog
| Improve this Doc View Source

ToXML()

Declaration
public XElement ToXML()
Returns
Type Description
System.Xml.Linq.XElement

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX