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

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

Public Methods

Method Description
LocalPeerListener ( ClientEngine engine ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
DatagramSocketOnMessageReceived ( DatagramSocket sender, DatagramSocketMessageReceivedEventArgs args ) : void

Method Details

LocalPeerListener() public method

public LocalPeerListener ( ClientEngine engine ) : System
engine ClientEngine
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void