C# Class Base.USocketManager

Show file 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