C# Class SIPSorcery.SIP.SIPEventDialogStateEvent

ファイルを表示 Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Cancelled SIPEventDialogStateEvent
Error SIPEventDialogStateEvent
LocalBye SIPEventDialogStateEvent
None SIPEventDialogStateEvent
Rejected SIPEventDialogStateEvent
RemoteBye SIPEventDialogStateEvent
Replaced SIPEventDialogStateEvent
Timeout SIPEventDialogStateEvent

Public Methods

Method Description
AreEqual ( SIPEventDialogStateEvent x, SIPEventDialogStateEvent y ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsValid ( string value ) : bool
Parse ( string value ) : SIPEventDialogStateEvent
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
SIPEventDialogStateEvent ( string value ) : System

Method Details

AreEqual() public static method

public static AreEqual ( SIPEventDialogStateEvent x, SIPEventDialogStateEvent y ) : bool
x SIPEventDialogStateEvent
y SIPEventDialogStateEvent
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsValid() public static method

public static IsValid ( string value ) : bool
value string
return bool

Parse() public static method

public static Parse ( string value ) : SIPEventDialogStateEvent
value string
return SIPEventDialogStateEvent

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Cancelled public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP Cancelled
return SIPEventDialogStateEvent

Error public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP Error
return SIPEventDialogStateEvent

LocalBye public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP LocalBye
return SIPEventDialogStateEvent

None public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP None
return SIPEventDialogStateEvent

Rejected public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP Rejected
return SIPEventDialogStateEvent

RemoteBye public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP RemoteBye
return SIPEventDialogStateEvent

Replaced public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP Replaced
return SIPEventDialogStateEvent

Timeout public_oe static_oe property

public static SIPEventDialogStateEvent,SIPSorcery.SIP Timeout
return SIPEventDialogStateEvent