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: 10.3.199.0
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