C# Class Jishi.StreamToSonos.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: jishi/Jishi.StreamToSonos

Public Properties

Property Type Description
discovery Jishi.SonosUPnP.SonosDiscovery
server Jishi.StreamToSonos.Services.HttpServer

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
CreateCrashDump ( Exception e ) : void
HandleDispatcherException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
HandleException ( object sender, UnhandledExceptionEventArgs e ) : void
TopologyChanged ( object sender, TopologyChangedEventHandlerArgs args ) : void

Method Details

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

discovery public_oe static_oe property

public static SonosDiscovery,Jishi.SonosUPnP discovery
return Jishi.SonosUPnP.SonosDiscovery

server public_oe static_oe property

public static HttpServer,Jishi.StreamToSonos.Services server
return Jishi.StreamToSonos.Services.HttpServer