C# Class Dwarrowdelf.TcpConnectionListener

显示文件 Open project: tomba/dwarrowdelf

Public Methods

Method Description
StartListening ( Action callback, string debugName ) : void
StopListening ( ) : void

Private Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void

Method Details

StartListening() public static method

public static StartListening ( Action callback, string debugName ) : void
callback Action
debugName string
return void

StopListening() public static method

public static StopListening ( ) : void
return void