Changeset 325 for binary-improvements/MapRendering/Web/API/GetStats.cs
- Timestamp:
- Sep 4, 2018, 1:00:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetStats.cs
r313 r325 1 using System.Net; 1 2 using AllocsFixes.JSON; 2 3 using AllocsFixes.LiveData; 3 using AllocsFixes.PersistentData;4 using System;5 using System.Collections.Generic;6 using System.Net;7 4 8 namespace AllocsFixes.NetConnections.Servers.Web.API 9 { 10 public class GetStats : WebAPI 11 { 12 public override void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, WebConnection user, int permissionLevel) 13 { 5 namespace AllocsFixes.NetConnections.Servers.Web.API { 6 public class GetStats : WebAPI { 7 public override void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, WebConnection user, 8 int permissionLevel) { 14 9 JSONObject result = new JSONObject (); 15 10 … … 32 27 } 33 28 } 34
Note:
See TracChangeset
for help on using the changeset viewer.