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