mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-21 14:03:01 -05: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);
|
|
} |