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

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