C# Class FreakOut.classes.nzbhandler

Mostrar archivo Open project: henryford/FreakOut Class Usage Examples

Public Methods

Method Description
SendNZB ( string nzbURI, string sabnzbdhost, string APIKey ) : bool
URLEncode ( string URL ) : string
nzbhandler ( Logger Logfacility ) : System

Method Details

SendNZB() public method

public SendNZB ( string nzbURI, string sabnzbdhost, string APIKey ) : bool
nzbURI string
sabnzbdhost string
APIKey string
return bool

URLEncode() public method

public URLEncode ( string URL ) : string
URL string
return string

nzbhandler() public method

public nzbhandler ( Logger Logfacility ) : System
Logfacility Logger
return System