C# Class OctoTorrent.Tracker.Listeners.ListenerBase

Afficher le fichier Open project: Eskat0n/OctoTorrent

Private Properties

Свойство Type Description
ParseQuery System.Collections.Specialized.NameValueCollection
RaiseAnnounceReceived void
RaiseScrapeReceived void

Méthodes publiques

Méthode Description
Handle ( NameValueCollection collection, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
Handle ( string queryString, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ParseQuery ( string url ) : NameValueCollection
RaiseAnnounceReceived ( AnnounceParameters e ) : void
RaiseScrapeReceived ( ScrapeParameters e ) : void

Method Details

Handle() public méthode

public Handle ( NameValueCollection collection, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
collection System.Collections.Specialized.NameValueCollection
remoteAddress System.Net.IPAddress
isScrape bool
Résultat BEncodedDictionary

Handle() public méthode

public Handle ( string queryString, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
queryString string
remoteAddress System.Net.IPAddress
isScrape bool
Résultat BEncodedDictionary

Start() public abstract méthode

public abstract Start ( ) : void
Résultat void

Stop() public abstract méthode

public abstract Stop ( ) : void
Résultat void