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: 1.8.12.0 (1.8.12)
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
Extension Methods
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
See Also