Click or drag to resize

SIPInfoResponse Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPResponseArgs
      Ozeki.VoIPSIPInfoResponse

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class SIPInfoResponse : SIPResponseArgs

The SIPInfoResponse type exposes the following members.

Constructors
 NameDescription
Public methodSIPInfoResponseInitializes a new instance of the SIPInfoResponse class
Top
Properties
 NameDescription
Public propertyCallID
(Inherited from SIPResponseArgs)
Public propertyCSeq
(Inherited from SIPResponseArgs)
Public propertyError
(Inherited from SIPResponseArgs)
Public propertyReasonPhrase
(Inherited from SIPResponseArgs)
Public propertyStatusCode
(Inherited from SIPResponseArgs)
Top
Methods
 NameDescription
Public methodIsProvisional
(Inherited from SIPResponseArgs)
Public methodIsRedirection
(Inherited from SIPResponseArgs)
Public methodIsSuccessful
(Inherited from SIPResponseArgs)
Public methodSetFromSIPMessage
(Inherited from SIPResponseArgs)
Public methodSetFromStatusCode
(Inherited from SIPResponseArgs)
Top
See Also