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