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()
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
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CallID
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Direction
Declaration
public SIPEventDialogDirectionEnum Direction
Field Value
|
Improve this Doc
View Source
Duration
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HasBeenSent
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ID
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalParticipant
Declaration
public SIPEventDialogParticipant LocalParticipant
Field Value
|
Improve this Doc
View Source
LocalTag
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoteParticipant
Declaration
public SIPEventDialogParticipant RemoteParticipant
Field Value
|
Improve this Doc
View Source
RemoteTag
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
State
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StateCode
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StateEvent
Declaration
public SIPEventDialogStateEvent StateEvent
Field Value
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static SIPEventDialog Parse(string dialogXMLStr)
Parameters
Type |
Name |
Description |
System.String |
dialogXMLStr |
|
Returns
|
Improve this Doc
View Source
Parse(XElement)
Declaration
public static SIPEventDialog Parse(XElement dialogElement)
Parameters
Type |
Name |
Description |
System.Xml.Linq.XElement |
dialogElement |
|
Returns
|
Improve this Doc
View Source
ToXML()
Declaration
Returns
Type |
Description |
System.Xml.Linq.XElement |
|
Extension Methods