C# Class cloudmusic2upnp.Core

Show file Open project: TilmannBach/cloudmusic2upnp

Public Properties

Property Type Description
Providers cloudmusic2upnp.ContentProvider.Providers
UPnP DeviceController.IController
WebInterface cloudmusic2upnp.UserInterface.Web.Interface

Public Methods

Method Description
Core ( ) : System

Private Methods

Method Description
HackMonoProxyIssue ( ) : void

Hacks the mono proxy issue.

HandleOnPlayRequest ( IWebClient client, PlayRequest request ) : void
HandleOnSearchRequest ( IWebClient client, SearchRequest request ) : void
HandlePlaylistChanged ( PlayListItem track ) : void
HandleShutdownRequest ( object sender, EventArgs e ) : void

Method Details

Core() public method

public Core ( ) : System
return System

Property Details

Providers public static property

public static Providers,cloudmusic2upnp.ContentProvider Providers
return cloudmusic2upnp.ContentProvider.Providers

UPnP public static property

public static DeviceController.IController UPnP
return DeviceController.IController

WebInterface public static property

public static Interface,cloudmusic2upnp.UserInterface.Web WebInterface
return cloudmusic2upnp.UserInterface.Web.Interface