6 lines
158 B
C#
6 lines
158 B
C#
|
using System.Net;
|
|||
|
|
|||
|
namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
|
{
|
|||
|
public delegate void DelReceiveWebRequest(HttpListenerContext context);
|
|||
|
}
|