mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
create http listener abstraction
This commit is contained in:
@@ -38,12 +38,6 @@ namespace MediaBrowser.Controller.Net
|
||||
/// </summary>
|
||||
void Stop();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable HTTP request logging].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable HTTP request logging]; otherwise, <c>false</c>.</value>
|
||||
bool EnableHttpRequestLogging { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [web socket connected].
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user