RegistrationStateChangedArgs Class |
Namespace: Ozeki.VoIP
The RegistrationStateChangedArgs type exposes the following members.
Name | Description | |
---|---|---|
RegistrationStateChangedArgs |
Creates a new instance of the RegistrationStateChangedArgs class.
| |
RegistrationStateChangedArgs(RegState, RegState, Int32, String, RegError) |
Creates a new instance of the RegistrationStateChangedArgs class.
|
Name | Description | |
---|---|---|
SetError | (Defined by ExRegistrationStateChangedArgs.) | |
SetPrevState | (Defined by ExRegistrationStateChangedArgs.) | |
SetReasonPhrase | (Defined by ExRegistrationStateChangedArgs.) | |
SetState | (Defined by ExRegistrationStateChangedArgs.) | |
SetStatusCode | (Defined by ExRegistrationStateChangedArgs.) |
Name | Description | |
---|---|---|
Error |
Gets the error of the registration.
| |
PrevState |
Gets the previous state of the registration.
| |
ReasonPhrase |
Gets the reason phrase of the SIP response received for the last REGISTER request.
| |
State |
Gets the current state of the registration.
| |
StatusCode |
Gets the status code of the SIP response received for the last REGISTER request.
|