Click or drag to resize
RedirectionInfo Constructor (RedirectionType, String)
Creates a new instance of the RedirectionInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RedirectionInfo(
	RedirectionType type,
	string target
)

Parameters

type
Type: Ozeki.VoIPRedirectionType
The type of the redirection.
target
Type: SystemString
The target the call will be redirected.
See Also