Class SIPEventDialogParticipant
Inheritance
System.Object
SIPEventDialogParticipant
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 SIPEventDialogParticipant
Constructors
|
Improve this Doc
View Source
SIPEventDialogParticipant(String, SIPURI, SIPURI, Int32)
Declaration
public SIPEventDialogParticipant(string displayName, SIPURI uri, SIPURI targetURI, int cseq)
Parameters
Type |
Name |
Description |
System.String |
displayName |
|
SIPURI |
uri |
|
SIPURI |
targetURI |
|
System.Int32 |
cseq |
|
Fields
|
Improve this Doc
View Source
CRMCompanyName
Declaration
public string CRMCompanyName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CRMPersonName
Declaration
public string CRMPersonName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CRMPictureURL
Declaration
public string CRMPictureURL
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CSeq
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SwitchboardLineName
Declaration
public string SwitchboardLineName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetURI
Declaration
Field Value
|
Improve this Doc
View Source
URI
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static SIPEventDialogParticipant Parse(string participantXMLStr)
Parameters
Type |
Name |
Description |
System.String |
participantXMLStr |
|
Returns
|
Improve this Doc
View Source
Parse(XElement)
Declaration
public static SIPEventDialogParticipant Parse(XElement participantElement)
Parameters
Type |
Name |
Description |
System.Xml.Linq.XElement |
participantElement |
|
Returns
|
Improve this Doc
View Source
ToXML(String)
Puts the dialog participant information to an XML element.
Declaration
public XElement ToXML(string nodeName)
Parameters
Type |
Name |
Description |
System.String |
nodeName |
A participant can represent a local or remote party, the node name needs to be set to either "local" or "remote".
|
Returns
Type |
Description |
System.Xml.Linq.XElement |
An XML element representing the dialog participant.
|
Extension Methods