C# 클래스 OctoTorrent.Tracker.Listeners.ListenerBase

파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

Private Properties

프로퍼티 타입 설명
ParseQuery System.Collections.Specialized.NameValueCollection
RaiseAnnounceReceived void
RaiseScrapeReceived void

공개 메소드들

메소드 설명
Handle ( NameValueCollection collection, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
Handle ( string queryString, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ParseQuery ( string url ) : NameValueCollection
RaiseAnnounceReceived ( AnnounceParameters e ) : void
RaiseScrapeReceived ( ScrapeParameters e ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( NameValueCollection collection, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
collection System.Collections.Specialized.NameValueCollection
remoteAddress System.Net.IPAddress
isScrape bool
리턴 BEncodedDictionary

Handle() 공개 메소드

public Handle ( string queryString, IPAddress remoteAddress, bool isScrape ) : BEncodedDictionary
queryString string
remoteAddress System.Net.IPAddress
isScrape bool
리턴 BEncodedDictionary

Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void