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