| IRTPTransportLayerConnect Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: SystemString
 - port
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
See Also