1 write to Application
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
715
Application
= applicationToTransport;
14 references to Application
Microsoft.AspNetCore.Http.Connections (14)
Internal\HttpConnectionContext.cs (11)
66
/// The caller is expected to set the <see cref="Transport"/> and <see cref="
Application
"/> pipes manually.
303
Application
?.Output.CancelPendingFlush();
324
Application
?.Output.Complete();
331
Application
?.Input.CancelPendingRead();
356
Application
?.Output.Complete();
357
Application
?.Input.Complete();
366
Application
?.Output.Complete(transportTask.Exception?.InnerException);
367
Application
?.Input.Complete();
490
var longPolling = new LongPollingServerTransport(timeoutSource.Token,
Application
.Input, loggerFactory, this);
558
Application
.Input.CancelPendingRead();
713
var applicationToTransport = new DuplexPipe(input.Reader,
Application
.Output);
Internal\HttpConnectionDispatcher.cs (3)
154
var sse = new ServerSentEventsServerTransport(connection.
Application
.Input, connection.ConnectionId, connection, _loggerFactory);
219
var ws = new WebSocketsServerTransport(options.WebSockets, connection.
Application
, connection, _loggerFactory);
515
connection.
Application
.Output.Complete();