Rock.Apps.CheckScannerUtility.App.App C# (CSharp) Méthode

App() public méthode

Initializes a new instance of the App class.
public App ( ) : System
Résultat System
        public App()
        {
            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11;
            this.DispatcherUnhandledException += App_DispatcherUnhandledException;
        }