Use typed logger where possible

This commit is contained in:
crobibero
2020-06-05 18:15:56 -06:00
parent 5e056beaae
commit 44957c5a9a
128 changed files with 179 additions and 166 deletions

View File

@@ -26,7 +26,7 @@ namespace Emby.Server.Implementations.SocketSharp
private Dictionary<string, object> _items;
private string _responseContentType;
public WebSocketSharpRequest(HttpRequest httpRequest, HttpResponse httpResponse, string operationName, ILogger logger)
public WebSocketSharpRequest(HttpRequest httpRequest, HttpResponse httpResponse, string operationName)
{
this.OperationName = operationName;
this.Request = httpRequest;