Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TCPClient
C# Class TCPClient, storyspace
显示文件
Open project: personal-robots/storyspace
Class Usage Examples
Public Methods
Method
Description
SendMessage
(
String
msg
) :
bool
TCPClient
( ) :
System
run
(
string
IP
) :
void
Private Methods
Method
Description
ReadFromServer
(
IAsyncResult
ar
) :
void
SendToServer
(
String
msg
) :
bool
Method Details
SendMessage()
public
method
public
SendMessage
(
String
msg
) :
bool
msg
String
return
bool
TCPClient()
public
method
public
TCPClient
( ) :
System
return
System
run()
public
method
public
run
(
string
IP
) :
void
IP
string
return
void