1 write to Application
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
842
Application
= applicationToTransport;
14 references to Application
Microsoft.AspNetCore.Http.Connections (14)
Internal\HttpConnectionContext.cs (11)
73
/// The caller is expected to set the <see cref="Transport"/> and <see cref="
Application
"/> pipes manually.
430
Application
?.Output.CancelPendingFlush();
451
Application
?.Output.Complete();
458
Application
?.Input.CancelPendingRead();
483
Application
?.Output.Complete();
484
Application
?.Input.Complete();
493
Application
?.Output.Complete(transportTask.Exception?.InnerException);
494
Application
?.Input.Complete();
617
var longPolling = new LongPollingServerTransport(timeoutSource.Token,
Application
.Input, loggerFactory, this);
685
Application
.Input.CancelPendingRead();
840
var applicationToTransport = new DuplexPipe(input.Reader,
Application
.Output);
Internal\HttpConnectionDispatcher.cs (3)
378
var sse = new ServerSentEventsServerTransport(connection.
Application
.Input, connection.ConnectionId, connection, _loggerFactory);
443
var ws = new WebSocketsServerTransport(options.WebSockets, connection.
Application
, connection, _loggerFactory);
756
connection.
Application
.Output.Complete();