RedirectionInfo(RedirectionType, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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 -> RedirectionInfoParameters
- type RedirectionType
-
- target String
-
See Also