Class SIPEventPresenceTuple
Inheritance
System.Object
SIPEventPresenceTuple
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 SIPEventPresenceTuple
Constructors
|
Improve this Doc
View Source
SIPEventPresenceTuple(String, SIPEventPresenceStateEnum)
Declaration
public SIPEventPresenceTuple(string id, SIPEventPresenceStateEnum status)
Parameters
|
Improve this Doc
View Source
SIPEventPresenceTuple(String, SIPEventPresenceStateEnum, SIPURI, Decimal, String)
Declaration
public SIPEventPresenceTuple(string id, SIPEventPresenceStateEnum status, SIPURI contactURI, decimal contactPriority, string avatarURL)
Parameters
Fields
|
Improve this Doc
View Source
AvatarURL
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public decimal ContactPriority
Field Value
Type |
Description |
System.Decimal |
|
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
ID
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Status
Declaration
public SIPEventPresenceStateEnum Status
Field Value
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static SIPEventPresenceTuple Parse(string tupleXMLStr)
Parameters
Type |
Name |
Description |
System.String |
tupleXMLStr |
|
Returns
|
Improve this Doc
View Source
Parse(XElement)
Declaration
public static SIPEventPresenceTuple Parse(XElement tupleElement)
Parameters
Type |
Name |
Description |
System.Xml.Linq.XElement |
tupleElement |
|
Returns
|
Improve this Doc
View Source
ToXML()
Declaration
Returns
Type |
Description |
System.Xml.Linq.XElement |
|
Extension Methods