ISIPTransportLayerConnectTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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
- Type: Ozeki.NetworkTransportInfo
- remoteAddress
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
BooleanSee Also