C# Class Universal.Torrent.Client.ConnectionListeners.PeerListener

Inheritance: Listener
Mostra file Open project: haroldma/Universal.Torrent Class Usage Examples

Protected Methods

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

Method Details

PeerListener() protected method

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

RaiseConnectionReceived() protected method

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