C# Class Primelabs.Twingly.MogileFsApi.TrackerBackend

Inheritance: ITrackerBackend
Afficher le fichier Open project: twingly/MogileFsApi

Méthodes publiques

Méthode Description
Dispose ( ) : void
DoRequest ( string command, string>.IDictionary args ) : string>.IDictionary
IsConnected ( ) : bool
Reload ( Uri trackers ) : void
TrackerBackend ( Uri trackers ) : System

Méthodes protégées

Méthode Description
GetSocketReaderAndWriter ( ) : SocketWithReaderAndWriter
SocketCloseAndDispose ( ) : void

Private Methods

Méthode Description
DecodeUrlString ( string encoded ) : String>.Dictionary
EncodeUrlParameters ( string>.IDictionary args ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoRequest() public méthode

public DoRequest ( string command, string>.IDictionary args ) : string>.IDictionary
command string
args string>.IDictionary
Résultat string>.IDictionary

GetSocketReaderAndWriter() protected méthode

protected GetSocketReaderAndWriter ( ) : SocketWithReaderAndWriter
Résultat SocketWithReaderAndWriter

IsConnected() public méthode

public IsConnected ( ) : bool
Résultat bool

Reload() public méthode

public Reload ( Uri trackers ) : void
trackers System.Uri
Résultat void

SocketCloseAndDispose() protected méthode

protected SocketCloseAndDispose ( ) : void
Résultat void

TrackerBackend() public méthode

public TrackerBackend ( Uri trackers ) : System
trackers System.Uri
Résultat System