ISIPTransportLayerConnectTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool ConnectTransport(
TransportInfo transportInfo,
string remoteAddress,
int remotePort
)
Function ConnectTransport (
transportInfo As TransportInfo,
remoteAddress As String,
remotePort As Integer
) As Boolean
bool ConnectTransport(
TransportInfo^ transportInfo,
String^ remoteAddress,
int remotePort
)
abstract ConnectTransport :
transportInfo : TransportInfo *
remoteAddress : string *
remotePort : int -> bool
Parameters
- transportInfo TransportInfo
-
- remoteAddress String
-
- remotePort Int32
-
Return Value
Boolean
See Also