SIPAccountRequestLineExGetSIPHostPort Method |
Example: 192.168.115.100, 192.168.115.100:5062
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string GetSIPHostPort(
SIPAccount sipAccount,
TransportType transportType
)
Public Shared Function GetSIPHostPort (
sipAccount As SIPAccount,
transportType As TransportType
) As String
public:
static String^ GetSIPHostPort(
SIPAccount^ sipAccount,
TransportType transportType
)
static member GetSIPHostPort :
sipAccount : SIPAccount *
transportType : TransportType -> string
Parameters
- sipAccount
- Type: Ozeki.VoIPSIPAccount
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
String
See Also