Class SIPEventPresence
Inheritance
System.Object
SIPEventPresence
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()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPEventPresence
Constructors
| Improve this Doc View SourceSIPEventPresence()
Declaration
public SIPEventPresence()
SIPEventPresence(SIPURI)
Declaration
public SIPEventPresence(SIPURI entity)
Parameters
Type | Name | Description |
---|---|---|
SIPURI | entity |
Fields
| Improve this Doc View SourceEntity
Declaration
public SIPURI Entity
Field Value
Type | Description |
---|---|
SIPURI |
m_pidfXMLNS
Declaration
public static readonly string m_pidfXMLNS
Field Value
Type | Description |
---|---|
System.String |
Tuples
Declaration
public List<SIPEventPresenceTuple> Tuples
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<SIPEventPresenceTuple> |
Methods
| Improve this Doc View SourceLoad(String)
Declaration
public void Load(string presenceXMLStr)
Parameters
Type | Name | Description |
---|---|---|
System.String | presenceXMLStr |
Parse(String)
Declaration
public static SIPEventPresence Parse(string presenceXMLStr)
Parameters
Type | Name | Description |
---|---|---|
System.String | presenceXMLStr |
Returns
Type | Description |
---|---|
SIPEventPresence |
ToXMLText()
Declaration
public string ToXMLText()
Returns
Type | Description |
---|---|
System.String |