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

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

Méthodes publiques

Méthode Description
SocketListener ( IPEndPoint endpoint ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ListenerOnConnectionReceived ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void

Method Details

SocketListener() public méthode

public SocketListener ( IPEndPoint endpoint ) : System
endpoint System.Net.IPEndPoint
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void