C# Class OctoTorrent.Dht.Listeners.DhtListener

Inheritance: UdpListener
Afficher le fichier Open project: Eskat0n/OctoTorrent 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