source:
binary-improvements/WebInterface/Web/PathHandler.cs@
228
Last change on this file since 228 was 224, checked in by , 10 years ago | |
---|---|
File size: 251 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Net; |
3 | |
4 | namespace AllocsFixes.NetConnections.Servers.Web |
5 | { |
6 | public abstract class PathHandler |
7 | { |
8 | public abstract void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, HttpListenerBasicIdentity user); |
9 | } |
10 | } |
11 |
Note:
See TracBrowser
for help on using the repository browser.