SIPAccountRequestLineExAsSIPAddress Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static SIPAddress AsSIPAddress(
SIPAccount acc,
TransportType transportType
)
Public Shared Function AsSIPAddress (
acc As SIPAccount,
transportType As TransportType
) As SIPAddress
public:
static SIPAddress^ AsSIPAddress(
SIPAccount^ acc,
TransportType transportType
)
static member AsSIPAddress :
acc : SIPAccount *
transportType : TransportType -> SIPAddress
Parameters
- acc
- Type: Ozeki.VoIPSIPAccount
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
SIPAddress
See Also