Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TcpClient
C# Class TcpClient, RTSPExample
Inheritance:
MonoBehaviour
Show file
Open project: fajoy/RTSPExample
Class Usage Examples
Public Methods
Method
Description
ConnectSocket
(
string
host
,
int
port
) :
void
Private Methods
Method
Description
ConnectCallback
(
IAsyncResult
ar
) :
void
Method Details
ConnectSocket()
public
method
public
ConnectSocket
(
string
host
,
int
port
) :
void
host
string
port
int
return
void