Move file
This commit is contained in:
parent
cdab5151be
commit
fa79134d02
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
||||||
namespace SimpleHttpServer;
|
namespace SimpleHttpServer.Types;
|
||||||
public class RequestContext : IDisposable {
|
public class RequestContext : IDisposable {
|
||||||
|
|
||||||
public HttpListenerContext ListenerContext { get; }
|
public HttpListenerContext ListenerContext { get; }
|
||||||
Loading…
Reference in New Issue
Block a user