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

Accepts incoming connections and passes them off to the right TorrentManager
Inheritance: PeerListener
Show file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
SocketListener ( IPEndPoint endpoint ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ListenerOnConnectionReceived ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void

Method Details

SocketListener() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void