Show / Hide Table of Contents

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()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPEventPresenceTuple

Constructors

| Improve this Doc View Source

SIPEventPresenceTuple(String, SIPEventPresenceStateEnum)

Declaration
public SIPEventPresenceTuple(string id, SIPEventPresenceStateEnum status)
Parameters
Type Name Description
System.String id
SIPEventPresenceStateEnum status
| 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
Type Name Description
System.String id
SIPEventPresenceStateEnum status
SIPURI contactURI
System.Decimal contactPriority
System.String avatarURL

Fields

| Improve this Doc View Source

AvatarURL

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

ContactPriority

Declaration
public decimal ContactPriority
Field Value
Type Description
System.Decimal
| Improve this Doc View Source

ContactURI

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

ID

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

Status

Declaration
public SIPEventPresenceStateEnum Status
Field Value
Type Description
SIPEventPresenceStateEnum

Methods

| Improve this Doc View Source

Parse(String)

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

Parse(XElement)

Declaration
public static SIPEventPresenceTuple Parse(XElement tupleElement)
Parameters
Type Name Description
System.Xml.Linq.XElement tupleElement
Returns
Type Description
SIPEventPresenceTuple
| Improve this Doc View Source

ToXML()

Declaration
public XElement ToXML()
Returns
Type Description
System.Xml.Linq.XElement

Extension Methods

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