Show / Hide Table of Contents

Class SIPEventPackageType

Inheritance
System.Object
SIPEventPackageType
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 static class SIPEventPackageType

Fields

| Improve this Doc View Source

DIALOG_EVENT_VALUE

Declaration
public const string DIALOG_EVENT_VALUE = "dialog"
Field Value
Type Description
System.String
| Improve this Doc View Source

MESSAGE_SUMMARY_EVENT_VALUE

Declaration
public const string MESSAGE_SUMMARY_EVENT_VALUE = "message-summary"
Field Value
Type Description
System.String
| Improve this Doc View Source

PRESENCE_EVENT_VALUE

Declaration
public const string PRESENCE_EVENT_VALUE = "presence"
Field Value
Type Description
System.String
| Improve this Doc View Source

REFER_EVENT_VALUE

Declaration
public const string REFER_EVENT_VALUE = "refer"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetEventHeader(SIPEventPackagesEnum)

Declaration
public static string GetEventHeader(SIPEventPackagesEnum eventPackage)
Parameters
Type Name Description
SIPEventPackagesEnum eventPackage
Returns
Type Description
System.String
| Improve this Doc View Source

IsValid(String)

Declaration
public static bool IsValid(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Parse(String)

Declaration
public static SIPEventPackagesEnum Parse(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
SIPEventPackagesEnum
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX