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