Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Framework
Network
SessionBase
C# Class Framework.Network.SessionBase
Inheritance:
IDisposable
ファイルを表示
Open project: Arctium-Emulation/Project-WoW
Class Usage Examples
Public Methods
Method
Description
Accept
( ) :
void
GetClientInfo
( ) :
string
Process
(
object
sender
,
SocketAsyncEventArgs
e
) :
void
Method Details
Accept()
public
abstract
method
public
abstract
Accept
( ) :
void
return
void
GetClientInfo()
public
method
public
GetClientInfo
( ) :
string
return
string
Process()
public
abstract
method
public
abstract
Process
(
object
sender
,
SocketAsyncEventArgs
e
) :
void
sender
object
e
System.Net.Sockets.SocketAsyncEventArgs
return
void