Show / Hide Table of Contents

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 Source

SIPEventPresence()

Declaration
public SIPEventPresence()
| Improve this Doc View Source

SIPEventPresence(SIPURI)

Declaration
public SIPEventPresence(SIPURI entity)
Parameters
Type Name Description
SIPURI entity

Fields

| Improve this Doc View Source

Entity

Declaration
public SIPURI Entity
Field Value
Type Description
SIPURI
| Improve this Doc View Source

m_pidfXMLNS

Declaration
public static readonly string m_pidfXMLNS
Field Value
Type Description
System.String
| Improve this Doc View Source

Tuples

Declaration
public List<SIPEventPresenceTuple> Tuples
Field Value
Type Description
System.Collections.Generic.List<SIPEventPresenceTuple>

Methods

| Improve this Doc View Source

Load(String)

Declaration
public void Load(string presenceXMLStr)
Parameters
Type Name Description
System.String presenceXMLStr
| Improve this Doc View Source

Parse(String)

Declaration
public static SIPEventPresence Parse(string presenceXMLStr)
Parameters
Type Name Description
System.String presenceXMLStr
Returns
Type Description
SIPEventPresence
| Improve this Doc View Source

ToXMLText()

Declaration
public string ToXMLText()
Returns
Type Description
System.String

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX