source: binary-improvements/MapRendering/Web/PathHandler.cs@ 240

Last change on this file since 240 was 230, checked in by alloc, 10 years ago

Binary improvements

File size: 251 bytes
RevLine 
[230]1using System;
2using System.Net;
3
4namespace 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.