C# Class Deluge.Commands

Afficher le fichier Open project: voltagex/junkcode Class Usage Examples

Méthodes publiques

Свойство Type Description
OnError EventHandler
OnLogin EventHandler

Méthodes publiques

Méthode Description
AddTorrent ( string magnetUri ) : void
Commands ( SslStream connectedDelugeServerStream ) : System
GetConfig ( ) : void
GetConfigValuesDefault ( ) : void
GetFilterTree ( bool showZeroHits = false, string hideCat = null ) : void
GetFreeSpace ( ) : void
GetNumConnections ( ) : void
HandleResponse ( object response ) : void
Info ( ) : void
Login ( string username, string password ) : void
OnLoginResponse ( RPCResponseMessage loginResponseMessage ) : void
ProcessQueuedMessages ( ) : void
Receive ( RPCResponseMessage response ) : void
SetEventInterest ( ) : void

Private Methods

Méthode Description
GetSessionStatus ( List keys = null ) : void
HandleEvent ( object response ) : void
HandleNormalResponse ( object response ) : void
Queue_RPCMessageReceived ( object sender, RPCMessageReceivedEventArgs e ) : void
SendCommand ( string commandName ) : void
SendCommand ( string commandName, object oneParameter ) : void
SendRPCMessage ( RPCMessage messageToSend ) : void
UnhandledError ( object response ) : void

Method Details

AddTorrent() public méthode

public AddTorrent ( string magnetUri ) : void
magnetUri string
Résultat void

Commands() public méthode

public Commands ( SslStream connectedDelugeServerStream ) : System
connectedDelugeServerStream System.Net.Security.SslStream
Résultat System

GetConfig() public méthode

public GetConfig ( ) : void
Résultat void

GetConfigValuesDefault() public méthode

public GetConfigValuesDefault ( ) : void
Résultat void

GetFilterTree() public méthode

public GetFilterTree ( bool showZeroHits = false, string hideCat = null ) : void
showZeroHits bool
hideCat string
Résultat void

GetFreeSpace() public méthode

public GetFreeSpace ( ) : void
Résultat void

GetNumConnections() public méthode

public GetNumConnections ( ) : void
Résultat void

HandleResponse() public méthode

public HandleResponse ( object response ) : void
response object
Résultat void

Info() public méthode

public Info ( ) : void
Résultat void

Login() public méthode

public Login ( string username, string password ) : void
username string
password string
Résultat void

OnLoginResponse() public méthode

public OnLoginResponse ( RPCResponseMessage loginResponseMessage ) : void
loginResponseMessage NullReference.DelugeRPC.RPCResponseMessage
Résultat void

ProcessQueuedMessages() public méthode

public ProcessQueuedMessages ( ) : void
Résultat void

Receive() public méthode

public Receive ( RPCResponseMessage response ) : void
response NullReference.DelugeRPC.RPCResponseMessage
Résultat void

SetEventInterest() public méthode

public SetEventInterest ( ) : void
Résultat void

Property Details

OnError public_oe property

public EventHandler OnError
Résultat EventHandler

OnLogin public_oe property

public EventHandler OnLogin
Résultat EventHandler