Click or drag to resize

RegistrationStateChangedArgs Class

Provides data for call state changed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPRegistrationStateChangedArgs

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class RegistrationStateChangedArgs : EventArgs

The RegistrationStateChangedArgs type exposes the following members.

Constructors
 NameDescription
Public methodRegistrationStateChangedArgs Creates a new instance of the RegistrationStateChangedArgs class.
Public methodRegistrationStateChangedArgs(RegState, RegState, Int32, String, RegError) Creates a new instance of the RegistrationStateChangedArgs class.
Top
Properties
 NameDescription
Public propertyError Gets the error of the registration.
Public propertyPrevState Gets the previous state of the registration.
Public propertyReasonPhrase Gets the reason phrase of the SIP response received for the last REGISTER request.
Public propertyState Gets the current state of the registration.
Public propertyStatusCode Gets the status code of the SIP response received for the last REGISTER request.
Top
Extension Methods
See Also