RedirectDestination Constructor (SIPAddress) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic RedirectDestination(
SIPAddress target
)
Public Sub New (
target As SIPAddress
)
public:
RedirectDestination(
SIPAddress^ target
)
new :
target : SIPAddress -> RedirectDestination
Parameters
- target
- Type: Ozeki.VoIPSIPAddress
See Also