C# Class OctoTorrent.Client.PeerListener

Inheritance: Listener
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Protected Methods

Method Description
PeerListener ( IPEndPoint endpoint ) : Common.System
RaiseConnectionReceived ( Peer peer, IConnection connection, TorrentManager manager ) : void

Method Details

PeerListener() protected method

protected PeerListener ( IPEndPoint endpoint ) : Common.System
endpoint System.Net.IPEndPoint
return Common.System

RaiseConnectionReceived() protected method

protected RaiseConnectionReceived ( Peer peer, IConnection connection, TorrentManager manager ) : void
peer Peer
connection IConnection
manager TorrentManager
return void