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()
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
Declaration
public static string GetEventHeader(SIPEventPackagesEnum eventPackage)
Parameters
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