C# Class SIPSorcery.App

Inheritance: System.Windows.Application
Show file Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
DefaultSIPDomain string
NotificationsURL string
ServiceURL string

Public Methods

Method Description
App ( ) : System

Private Methods

Method Description
OnAppUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
OnExit ( object sender, EventArgs e ) : void
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

Property Details

DefaultSIPDomain public static property

public static string DefaultSIPDomain
return string

NotificationsURL public static property

public static string NotificationsURL
return string

ServiceURL public static property

public static string ServiceURL
return string