C# Class Universal.Torrent.Dht.Listeners.DhtListener

Inheritance: Universal.Torrent.Client.ConnectionListeners.UdpListener
Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
DhtListener ( IPEndPoint endpoint ) : System.Net

Méthodes protégées

Méthode Description
OnMessageReceived ( byte buffer, IPEndPoint endpoint ) : void

Method Details

DhtListener() public méthode

public DhtListener ( IPEndPoint endpoint ) : System.Net
endpoint System.Net.IPEndPoint
Résultat System.Net

OnMessageReceived() protected méthode

protected OnMessageReceived ( byte buffer, IPEndPoint endpoint ) : void
buffer byte
endpoint System.Net.IPEndPoint
Résultat void