C# Class uTorrentNotifier.Prowl

Afficher le fichier Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string message ) : void
Add ( string message, string>.List options ) : void
Add ( string message, string description ) : void
Prowl ( Config prowlConfig ) : System

Private Methods

Méthode Description
_api ( string method, string>.List data ) : void

Method Details

Add() public méthode

public Add ( string message ) : void
message string
Résultat void

Add() public méthode

public Add ( string message, string>.List options ) : void
message string
options string>.List
Résultat void

Add() public méthode

public Add ( string message, string description ) : void
message string
description string
Résultat void

Prowl() public méthode

public Prowl ( Config prowlConfig ) : System
prowlConfig Config
Résultat System