Click or drag to resize

ReferResponseArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPResponseArgs
      Ozeki.VoIPReferResponseArgs

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

The ReferResponseArgs type exposes the following members.

Constructors
 NameDescription
Public methodReferResponseArgsInitializes a new instance of the ReferResponseArgs class
Top
Properties
 NameDescription
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 propertyDialogID 
Public propertyError Gets the error.
(Inherited from SIPResponseArgs)
Public propertyExpires 
Public propertyIsAccepted 
Public propertyOwner 
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 propertyTransactionID 
Public propertyTransportInfo 
Top
Methods
 NameDescription
Public methodStatic memberCreateFromStatusCode 
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 methodSetFromSIPMessage
(Inherited from SIPResponseArgs)
Public methodSetFromStatusCode
(Inherited from SIPResponseArgs)
Top
See Also