2 instantiations of SocketConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Client\SocketConnectionFactory.cs (1)
63var socketConnection = new SocketConnection(
SocketConnectionContextFactory.cs (1)
92var connection = new SocketConnection(socket,
12 references to SocketConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (12)
Client\SocketConnectionFactory.cs (1)
63var socketConnection = new SocketConnection(
Internal\SocketConnection.cs (3)
87_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 121_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 416_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(CancelConnectionClosedToken)}.");
Internal\SocketsLog.cs (7)
15public static void ConnectionReadFin(ILogger logger, SocketConnection connection) 26public static void ConnectionWriteFin(ILogger logger, SocketConnection connection, string reason) 37public static void ConnectionWriteRst(ILogger logger, SocketConnection connection, string reason) 52public static void ConnectionError(ILogger logger, SocketConnection connection, Exception ex) 63public static void ConnectionReset(ILogger logger, SocketConnection connection) 74public static void ConnectionPause(ILogger logger, SocketConnection connection) 85public static void ConnectionResume(ILogger logger, SocketConnection connection)
SocketConnectionContextFactory.cs (1)
92var connection = new SocketConnection(socket,