ExDialInfoCreate Method (String, SIPAddress) |
Creates a new
DialInfo. If the SIP address is not null, use that; Otherwise use the string parameter.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static DialInfo Create(
string dialed,
SIPAddress sipDialed
)
Public Shared Function Create (
dialed As String,
sipDialed As SIPAddress
) As DialInfo
public:
static DialInfo^ Create(
String^ dialed,
SIPAddress^ sipDialed
)
static member Create :
dialed : string *
sipDialed : SIPAddress -> DialInfo
Parameters
- dialed
- Type: SystemString
- sipDialed
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
DialInfoSee Also