13 references to SocketsLog
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (13)
Internal\SocketConnection.cs (12)
166SocketsLog.ConnectionReadFin(_logger, this); 178SocketsLog.ConnectionPause(_logger, this); 185SocketsLog.ConnectionResume(_logger, this); 214SocketsLog.ConnectionReset(_logger, this); 224SocketsLog.ConnectionError(_logger, this, error); 231SocketsLog.ConnectionError(_logger, this, error); 245SocketsLog.ConnectionError(_logger, this, error); 252SocketsLog.ConnectionError(_logger, this, error); 293SocketsLog.ConnectionReset(_logger, this); 331SocketsLog.ConnectionError(_logger, this, unexpectedError); 386SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 393SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);
SocketConnectionListener.cs (1)
90SocketsLog.ConnectionReset(_logger, connectionId: "(null)");