mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-10-16 09:51:37 +02:00
6 lines
158 B
C#
6 lines
158 B
C#
using System.Net;
|
|
|
|
namespace MediaBrowser.Server.Implementations.HttpServer
|
|
{
|
|
public delegate void DelReceiveWebRequest(HttpListenerContext context);
|
|
} |