C# Class SIPSorcery.SIP.SIPEventDialogParticipant

Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
CRMCompanyName string
CRMPersonName string
CRMPictureURL string
CSeq int
DisplayName string
SwitchboardLineName string
TargetURI SIPURI
URI SIPURI

Public Methods

Method Description
Parse ( System.Xml.Linq.XElement participantElement ) : SIPEventDialogParticipant
Parse ( string participantXMLStr ) : SIPEventDialogParticipant
SIPEventDialogParticipant ( string displayName, SIPURI uri, SIPURI targetURI, int cseq ) : System
ToXML ( string nodeName ) : System.Xml.Linq.XElement

Puts the dialog participant information to an XML element.

Private Methods

Method Description
SIPEventDialogParticipant ( ) : System

Method Details

Parse() public static method

public static Parse ( System.Xml.Linq.XElement participantElement ) : SIPEventDialogParticipant
participantElement System.Xml.Linq.XElement
return SIPEventDialogParticipant

Parse() public static method

public static Parse ( string participantXMLStr ) : SIPEventDialogParticipant
participantXMLStr string
return SIPEventDialogParticipant

SIPEventDialogParticipant() public method

public SIPEventDialogParticipant ( string displayName, SIPURI uri, SIPURI targetURI, int cseq ) : System
displayName string
uri SIPURI
targetURI SIPURI
cseq int
return System

ToXML() public method

Puts the dialog participant information to an XML element.
public ToXML ( string nodeName ) : System.Xml.Linq.XElement
nodeName string A participant can represent a local or remote party, the node name needs to be set to either "local" or "remote".
return System.Xml.Linq.XElement

Property Details

CRMCompanyName public_oe property

public string CRMCompanyName
return string

CRMPersonName public_oe property

public string CRMPersonName
return string

CRMPictureURL public_oe property

public string CRMPictureURL
return string

CSeq public_oe property

public int CSeq
return int

DisplayName public_oe property

public string DisplayName
return string

SwitchboardLineName public_oe property

public string SwitchboardLineName
return string

TargetURI public_oe property

public SIPURI,SIPSorcery.SIP TargetURI
return SIPURI

URI public_oe property

public SIPURI,SIPSorcery.SIP URI
return SIPURI