RedirectionInfo Constructor (RedirectionType, SIPAddress) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RedirectionInfo(
RedirectionType type,
SIPAddress target
)
Public Sub New (
type As RedirectionType,
target As SIPAddress
)
public:
RedirectionInfo(
RedirectionType type,
SIPAddress^ target
)
new :
type : RedirectionType *
target : SIPAddress -> RedirectionInfo
Parameters
- type
- Type: Ozeki.VoIPRedirectionType
The type of the redirection. - target
- Type: Ozeki.VoIPSIPAddress
The target the call will be redirected.
See Also