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

Inheritance: Universal.Torrent.Client.ConnectionListeners.UdpListener
Mostrar archivo Open project: haroldma/Universal.Torrent Class Usage Examples

Public Methods

Method Description
DhtListener ( IPEndPoint endpoint ) : System.Net

Protected Methods

Method Description
OnMessageReceived ( byte buffer, IPEndPoint endpoint ) : void

Method Details

DhtListener() public method

public DhtListener ( IPEndPoint endpoint ) : System.Net
endpoint System.Net.IPEndPoint
return System.Net

OnMessageReceived() protected method

protected OnMessageReceived ( byte buffer, IPEndPoint endpoint ) : void
buffer byte
endpoint System.Net.IPEndPoint
return void