2 references to ServerSentEventsServerTransport
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (1)
154var sse = new ServerSentEventsServerTransport(connection.Application.Input, connection.ConnectionId, connection, _loggerFactory);
Internal\Transports\ServerSentEventsServerTransport.cs (1)
18: this(application, connectionId, connection: null, loggerFactory)