C# Class OctoTorrent.Dht.Listeners.DhtListener

Inheritance: UdpListener
Exibir arquivo Open project: Eskat0n/OctoTorrent 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