- Timestamp:
- Aug 6, 2022, 11:32:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/Web/Handlers/AbsHandler.cs
r383 r387 1 using HttpListenerRequest = SpaceWizards.HttpListener.HttpListenerRequest;2 using HttpListenerResponse = SpaceWizards.HttpListener.HttpListenerResponse;3 4 1 namespace AllocsFixes.NetConnections.Servers.Web.Handlers { 5 2 public abstract class AbsHandler { … … 16 13 } 17 14 18 public abstract void HandleRequest (string _requestPath, HttpListenerRequest _req, HttpListenerResponse _resp, WebConnection _con, 19 int _permissionLevel); 15 public abstract void HandleRequest (RequestContext _context); 20 16 21 17 public virtual bool IsAuthorizedForHandler (WebConnection _user, int _permissionLevel) {
Note:
See TracChangeset
for help on using the changeset viewer.