C# 클래스 SIPSorcery.SIP.SIPEventDialogParticipant

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CRMCompanyName string
CRMPersonName string
CRMPictureURL string
CSeq int
DisplayName string
SwitchboardLineName string
TargetURI SIPURI
URI SIPURI

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
SIPEventDialogParticipant ( ) : System

메소드 상세

Parse() 공개 정적인 메소드

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

Parse() 공개 정적인 메소드

public static Parse ( string participantXMLStr ) : SIPEventDialogParticipant
participantXMLStr string
리턴 SIPEventDialogParticipant

SIPEventDialogParticipant() 공개 메소드

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

ToXML() 공개 메소드

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".
리턴 System.Xml.Linq.XElement

프로퍼티 상세

CRMCompanyName 공개적으로 프로퍼티

public string CRMCompanyName
리턴 string

CRMPersonName 공개적으로 프로퍼티

public string CRMPersonName
리턴 string

CRMPictureURL 공개적으로 프로퍼티

public string CRMPictureURL
리턴 string

CSeq 공개적으로 프로퍼티

public int CSeq
리턴 int

DisplayName 공개적으로 프로퍼티

public string DisplayName
리턴 string

SwitchboardLineName 공개적으로 프로퍼티

public string SwitchboardLineName
리턴 string

TargetURI 공개적으로 프로퍼티

public SIPURI,SIPSorcery.SIP TargetURI
리턴 SIPURI

URI 공개적으로 프로퍼티

public SIPURI,SIPSorcery.SIP URI
리턴 SIPURI