Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
BooleanSee Also