Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool Connect(
string remoteHost,
int remotePort
)
Public Function Connect (
remoteHost As String,
remotePort As Integer
) As Boolean
public:
virtual bool Connect(
String^ remoteHost,
int remotePort
) sealed
abstract Connect :
remoteHost : string *
remotePort : int -> bool
override Connect :
remoteHost : string *
remotePort : int -> bool
Parameters
- remoteHost String
-
- remotePort Int32
-
Return Value
Boolean
See Also