Click or drag to resize
SIPResponseArgs Class
Provides data for SIP responses.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPResponseArgs
      More...

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

The SIPResponseArgs type exposes the following members.

Constructors
  NameDescription
Public methodSIPResponseArgs
Creates a new instance of the SIPResponseArgs class.
Public methodSIPResponseArgs(Int32)
Creates a new instance of the SIPResponseArgs class.
Top
Methods
  NameDescription
Public methodIsProvisional
Returns a boolean value indicating whether it is a provisional (1xx) response.
Public methodIsRedirection
Returns a boolean value indicating whether it is a redirection (3xx) response.
Public methodIsSuccessful
Returns a boolean value indicating whether it is a successful (2xx) response.
Public methodSetFromSIPMessage
Public methodSetFromStatusCode
Top
Properties
  NameDescription
Public propertyCallID
Gets the Call-ID of the response.
Public propertyCSeq
Gets the CSeq number of the response.
Public propertyError
Gets the error.
Public propertyReasonPhrase
Gets the reason phrase of the SIP response.
Public propertyStatusCode
Gets the status code of the SIP response.
Top
See Also
Inheritance Hierarchy