C# Class uTorrentNotifier.Prowl

Mostrar archivo Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Public Methods

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

Private Methods

Method Description
_api ( string method, string>.List data ) : void

Method Details

Add() public method

public Add ( string message ) : void
message string
return void

Add() public method

public Add ( string message, string>.List options ) : void
message string
options string>.List
return void

Add() public method

public Add ( string message, string description ) : void
message string
description string
return void

Prowl() public method

public Prowl ( Config prowlConfig ) : System
prowlConfig Config
return System