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
Base
USocketManager
C# Class Base.USocketManager
ファイルを表示
Open project: egametang/Egametang
Public Methods
Method
Description
Add
(
IntPtr
peerPtr
,
USocket
uSocket
) :
void
ContainsKey
(
IntPtr
peerPtr
) :
bool
Remove
(
IntPtr
peerPtr
) :
void
this
(
IntPtr
peerPtr
) :
USocket
Method Details
Add()
public
method
public
Add
(
IntPtr
peerPtr
,
USocket
uSocket
) :
void
peerPtr
System.IntPtr
uSocket
USocket
return
void
ContainsKey()
public
method
public
ContainsKey
(
IntPtr
peerPtr
) :
bool
peerPtr
IntPtr
return
bool
Remove()
public
method
public
Remove
(
IntPtr
peerPtr
) :
void
peerPtr
IntPtr
return
void
this()
public
method
public
this
(
IntPtr
peerPtr
) :
USocket
peerPtr
IntPtr
return
USocket