13 references to SocketsLog
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (13)
Internal\SocketConnection.cs (12)
170SocketsLog.ConnectionReadFin(_logger, this); 182SocketsLog.ConnectionPause(_logger, this); 189SocketsLog.ConnectionResume(_logger, this); 218SocketsLog.ConnectionReset(_logger, this); 228SocketsLog.ConnectionError(_logger, this, error); 235SocketsLog.ConnectionError(_logger, this, error); 249SocketsLog.ConnectionError(_logger, this, error); 256SocketsLog.ConnectionError(_logger, this, error); 299SocketsLog.ConnectionReset(_logger, this); 337SocketsLog.ConnectionError(_logger, this, unexpectedError); 392SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 399SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);
SocketConnectionListener.cs (1)
90SocketsLog.ConnectionReset(_logger, connectionId: "(null)");