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