IRTPTransportLayerConnect Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool Connect(
string remoteIpEndPoint,
int port
)
Function Connect (
remoteIpEndPoint As String,
port As Integer
) As Boolean
bool Connect(
String^ remoteIpEndPoint,
int port
)
abstract Connect :
remoteIpEndPoint : string *
port : int -> bool
Parameters
- remoteIpEndPoint String
-
- port Int32
-
Return Value
Boolean
See Also