1 write to _application
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\ServerSentEventsServerTransport.cs (1)
23
_application
= application;
2 references to _application
Microsoft.AspNetCore.Http.Connections (2)
Internal\Transports\ServerSentEventsServerTransport.cs (2)
51
var result = await
_application
.ReadAsync(cancellationToken);
76
_application
.AdvanceTo(buffer.End);