Ozeki VoIP SDK Class library
RedirectionInfo Constructor (type, target)
NamespacesOzeki.VoIP.SIPRedirectionInfoRedirectionInfo(RedirectionType, SIPAddress)
Creates a new instance of the RedirectionInfo class.
Declaration Syntax
C#Visual BasicVisual C++
public RedirectionInfo(
	RedirectionType type,
	SIPAddress target
)
Public Sub New ( 
	type As RedirectionType,
	target As SIPAddress
)
public:
RedirectionInfo(
	RedirectionType type, 
	SIPAddress^ target
)
Parameters
type (RedirectionType)
The type of the redirection.
target (SIPAddress)
The target the call will be redirected.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290