C# Class Base.USocketManager

Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
Add ( IntPtr peerPtr, USocket uSocket ) : void
ContainsKey ( IntPtr peerPtr ) : bool
Remove ( IntPtr peerPtr ) : void
this ( IntPtr peerPtr ) : USocket

Method Details

Add() public méthode

public Add ( IntPtr peerPtr, USocket uSocket ) : void
peerPtr System.IntPtr
uSocket USocket
Résultat void

ContainsKey() public méthode

public ContainsKey ( IntPtr peerPtr ) : bool
peerPtr IntPtr
Résultat bool

Remove() public méthode

public Remove ( IntPtr peerPtr ) : void
peerPtr IntPtr
Résultat void

this() public méthode

public this ( IntPtr peerPtr ) : USocket
peerPtr IntPtr
Résultat USocket