source:
binary-improvements/7dtd-server-fixes/src/NetConnections/Servers/Web/PathHandler.cs@
151
| Last change on this file since 151 was 134, checked in by , 11 years ago | |
|---|---|
| File size: 250 bytes | |
| Rev | Line | |
|---|---|---|
| [133] | 1 | using System; |
| 2 | using System.Net; | |
| 3 | ||
| 4 | namespace AllocsFixes.NetConnections.Servers.Web | |
| 5 | { | |
| 6 | public abstract class PathHandler | |
| 7 | { | |
| [134] | 8 | public abstract void HandleRequest(HttpListenerRequest req, HttpListenerResponse resp, HttpListenerBasicIdentity user); |
| [133] | 9 | } |
| 10 | } | |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)