SIPResponseArgs Class |
Namespace: Ozeki.VoIP
The SIPResponseArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | SIPResponseArgs |
Creates a new instance of the SIPResponseArgs class.
|
![]() | SIPResponseArgs(Int32) |
Creates a new instance of the SIPResponseArgs class.
|
Name | Description | |
---|---|---|
![]() | IsProvisional |
Returns a boolean value indicating whether it is a provisional (1xx) response.
|
![]() | IsRedirection |
Returns a boolean value indicating whether it is a redirection (3xx) response.
|
![]() | IsSuccessful |
Returns a boolean value indicating whether it is a successful (2xx) response.
|
![]() | SetFromSIPMessage | |
![]() | SetFromStatusCode |
Name | Description | |
---|---|---|
![]() | CallID |
Gets the Call-ID of the response.
|
![]() | CSeq |
Gets the CSeq number of the response.
|
![]() | Error |
Gets the error.
|
![]() | ReasonPhrase |
Gets the reason phrase of the SIP response.
|
![]() | StatusCode |
Gets the status code of the SIP response.
|