C# Class OctoTorrent.Client.SocketListener

Accepts incoming connections and passes them off to the right TorrentManager
Inheritance: PeerListener
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
SocketListener ( IPEndPoint endpoint ) : Common.System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
EndAccept ( IAsyncResult result ) : void

Method Details

SocketListener() public method

public SocketListener ( IPEndPoint endpoint ) : Common.System
endpoint System.Net.IPEndPoint
return Common.System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void