RedirectionInfo(RedirectionType, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic RedirectionInfo(
RedirectionType type,
string target
)
Public Sub New (
type As RedirectionType,
target As String
)
public:
RedirectionInfo(
RedirectionType type,
String^ target
)
new :
type : RedirectionType *
target : string -> RedirectionInfo
Parameters
- type RedirectionType
- The type of the redirection.
- target String
- The target the call will be redirected.
See Also