Click or drag to resize
InviteResponseArgs Class
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class InviteResponseArgs : SIPResponseArgs

The InviteResponseArgs type exposes the following members.

Constructors
  NameDescription
Public methodInviteResponseArgs(Int32)
!!! CSAK ERROR ESETEN LEHET EZT A KONSTRUKTORT HASZNALNI !!!!
Public methodInviteResponseArgs(String)
Initializes a new instance of the InviteResponseArgs class
Public methodInviteResponseArgs(String, Int32)
Initializes a new instance of the InviteResponseArgs class
Public methodInviteResponseArgs(String, ResponseCodes, MediaDescription)
Initializes a new instance of the InviteResponseArgs class
Top
Methods
  NameDescription
Public methodIsProvisional
Returns a boolean value indicating whether it is a provisional (1xx) response.
(Inherited from SIPResponseArgs.)
Public methodIsRedirection
Returns a boolean value indicating whether it is a redirection (3xx) response.
(Inherited from SIPResponseArgs.)
Public methodIsSuccessful
Returns a boolean value indicating whether it is a successful (2xx) response.
(Inherited from SIPResponseArgs.)
Public methodIsTerminateCallResponse
Public methodSetFromSIPMessage (Inherited from SIPResponseArgs.)
Public methodSetFromStatusCode (Inherited from SIPResponseArgs.)
Top
Properties
  NameDescription
Public propertyAdditionalHeaders
Public propertyCallID
Gets the Call-ID of the response.
(Inherited from SIPResponseArgs.)
Public propertyContact
Public propertyCSeq
Gets the CSeq number of the response.
(Inherited from SIPResponseArgs.)
Public propertyDetails
Public propertyError
Gets the error.
(Inherited from SIPResponseArgs.)
Public propertyIsMidDialogResponse
Public propertyMediaDescription
Response-ban leveo media description
Public propertyReasonPhrase
Gets the reason phrase of the SIP response.
(Inherited from SIPResponseArgs.)
Public propertyStatusCode
Gets the status code of the SIP response.
(Inherited from SIPResponseArgs.)
Public propertyUserID
Ki kuldi a response-t
Public propertyUserSIPInfo
A kuldo
Top
See Also