C# Class Dwarrowdelf.PipeConnectionListener

Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
StartListening ( Action callback ) : void
StopListening ( ) : void

Private Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void
NewAccept ( ) : void

Method Details

StartListening() public static method

public static StartListening ( Action callback ) : void
callback Action
return void

StopListening() public static method

public static StopListening ( ) : void
return void