Пример #1
0
        public void Setup()
        {
            authentication = new Authentication(apiKey: MonitisAccountInformation.ApiKey,
                                                secretKey: MonitisAccountInformation.SekretKey);

            externalMonitor = new ExternalMonitor();
            externalMonitor.SetAuthenticationParams(authentication);
        }
        public void Setup()
        {
            authentication = new Authentication(apiKey: MonitisAccountInformation.ApiKey,
                                                secretKey: MonitisAccountInformation.SekretKey);

            externalMonitor = new ExternalMonitor();
            externalMonitor.SetAuthenticationParams(authentication);
        }