Click or drag to resize

RedirectionInfo Class

Provides data for SIP call redirection.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPRedirectionInfo

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class RedirectionInfo : EventArgs

The RedirectionInfo type exposes the following members.

Constructors
  NameDescription
Public methodRedirectionInfo(RedirectionType, SIPAddress)
Creates a new instance of the RedirectionInfo class.
Public methodRedirectionInfo(RedirectionType, String)
Creates a new instance of the RedirectionInfo class.
Top
Properties
  NameDescription
Public propertyTarget
Gets the number of the target.
Public propertyTargetSIPAddress
Gets the SIP address of the target.
Public propertyType
Gets the type of the redirection.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also