DialInfo Constructor (SIPAddress) |
Initializes a new instance of the
DialInfo class.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic DialInfo(
SIPAddress dialed
)
Public Sub New (
dialed As SIPAddress
)
public:
DialInfo(
SIPAddress^ dialed
)
new :
dialed : SIPAddress -> DialInfo
Parameters
- dialed
- Type: Ozeki.VoIPSIPAddress
The dialed number or dialed user ID.
See Also