Struct SIPEventDialogStateEvent
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: SIPSorcery.dll
Syntax
public struct SIPEventDialogStateEvent
Fields
|
Improve this Doc
View Source
Cancelled
Declaration
public static SIPEventDialogStateEvent Cancelled
Field Value
|
Improve this Doc
View Source
Error
Declaration
public static SIPEventDialogStateEvent Error
Field Value
|
Improve this Doc
View Source
LocalBye
Declaration
public static SIPEventDialogStateEvent LocalBye
Field Value
|
Improve this Doc
View Source
None
Declaration
public static SIPEventDialogStateEvent None
Field Value
|
Improve this Doc
View Source
Rejected
Declaration
public static SIPEventDialogStateEvent Rejected
Field Value
|
Improve this Doc
View Source
RemoteBye
Declaration
public static SIPEventDialogStateEvent RemoteBye
Field Value
|
Improve this Doc
View Source
Replaced
Declaration
public static SIPEventDialogStateEvent Replaced
Field Value
|
Improve this Doc
View Source
Timeout
Declaration
public static SIPEventDialogStateEvent Timeout
Field Value
Methods
|
Improve this Doc
View Source
AreEqual(SIPEventDialogStateEvent, SIPEventDialogStateEvent)
Declaration
public static bool AreEqual(SIPEventDialogStateEvent x, SIPEventDialogStateEvent y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
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 SIPEventDialogStateEvent Parse(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
|
Improve this Doc
View Source
Equality(SIPEventDialogStateEvent, SIPEventDialogStateEvent)
Declaration
public static bool operator ==(SIPEventDialogStateEvent x, SIPEventDialogStateEvent y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Inequality(SIPEventDialogStateEvent, SIPEventDialogStateEvent)
Declaration
public static bool operator !=(SIPEventDialogStateEvent x, SIPEventDialogStateEvent y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods