Beispiel #1
0
 public ServiceMonitorWebAPIClient()
 {
     Client     = new HttpClient();
     Url        = new ApiUrl(baseUrl: "https://localhost:44365");
     Serializer = new ServiceMonitorSerializer();
 }
Beispiel #2
0
        public ServiceMonitorClient()
        {
            Client = new HttpClient();

            Url = new ApiUrl(baseUrl: "http://localhost:10000");
        }