C# Class Jishi.StreamToSonos.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: jishi/Jishi.StreamToSonos

Méthodes publiques

Свойство Type Description
discovery Jishi.SonosUPnP.SonosDiscovery
server Jishi.StreamToSonos.Services.HttpServer

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

Property Details

discovery public_oe static_oe property

public static SonosDiscovery,Jishi.SonosUPnP discovery
Résultat Jishi.SonosUPnP.SonosDiscovery

server public_oe static_oe property

public static HttpServer,Jishi.StreamToSonos.Services server
Résultat Jishi.StreamToSonos.Services.HttpServer