2 instantiations of SocketConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Client\SocketConnectionFactory.cs (1)
63
var socketConnection = new
SocketConnection
(
SocketConnectionContextFactory.cs (1)
92
var connection = new
SocketConnection
(socket,
12 references to SocketConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (12)
Client\SocketConnectionFactory.cs (1)
63
var
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)
15
public static void ConnectionReadFin(ILogger logger,
SocketConnection
connection)
26
public static void ConnectionWriteFin(ILogger logger,
SocketConnection
connection, string reason)
37
public static void ConnectionWriteRst(ILogger logger,
SocketConnection
connection, string reason)
52
public static void ConnectionError(ILogger logger,
SocketConnection
connection, Exception ex)
63
public static void ConnectionReset(ILogger logger,
SocketConnection
connection)
74
public static void ConnectionPause(ILogger logger,
SocketConnection
connection)
85
public static void ConnectionResume(ILogger logger,
SocketConnection
connection)
SocketConnectionContextFactory.cs (1)
92
var
connection = new SocketConnection(socket,