13 references to SocketsLog
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (13)
Internal\SocketConnection.cs (12)
167SocketsLog.ConnectionReadFin(_logger, this); 179SocketsLog.ConnectionPause(_logger, this); 186SocketsLog.ConnectionResume(_logger, this); 215SocketsLog.ConnectionReset(_logger, this); 225SocketsLog.ConnectionError(_logger, this, error); 232SocketsLog.ConnectionError(_logger, this, error); 246SocketsLog.ConnectionError(_logger, this, error); 253SocketsLog.ConnectionError(_logger, this, error); 294SocketsLog.ConnectionReset(_logger, this); 332SocketsLog.ConnectionError(_logger, this, unexpectedError); 387SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 394SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);
SocketConnectionListener.cs (1)
90SocketsLog.ConnectionReset(_logger, connectionId: "(null)");