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
Duality
TcpChannel
C# Class Duality.TcpChannel
Inheritance:
IDisposable
显示文件
Open project: BraveSirAndrew/duality
Class Usage Examples
Public Properties
Property
Type
Description
ClientConnected
Action
Public Methods
Method
Description
Dispose
( ) :
void
TcpChannel
(
int
port
) :
System
Private Methods
Method
Description
AcceptClients
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
TcpChannel()
public
method
public
TcpChannel
(
int
port
) :
System
port
int
return
System
Property Details
ClientConnected
public_oe property
public
Action
ClientConnected
return
Action