C# Class SIPSorcery.SIP.SIPEventDialogParticipant

Show file 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 property

public string CRMCompanyName
return string

CRMPersonName public property

public string CRMPersonName
return string

CRMPictureURL public property

public string CRMPictureURL
return string

CSeq public property

public int CSeq
return int

DisplayName public property

public string DisplayName
return string

SwitchboardLineName public property

public string SwitchboardLineName
return string

TargetURI public property

public SIPURI,SIPSorcery.SIP TargetURI
return SIPURI

URI public property

public SIPURI,SIPSorcery.SIP URI
return SIPURI