RedirectionInfo(RedirectionType, SIPAddress) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 RedirectionType
- The type of the redirection.
- target SIPAddress
- The target the call will be redirected.
See Also