1 write to _application
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
66_application = pair.Application;
10 references to _application
Microsoft.AspNetCore.Http.Connections.Client (10)
Internal\LongPollingTransport.cs (10)
73Debug.Assert(_application != null); 77var sending = SendUtils.SendMessages(url, _application, _httpClient, _logger); 91_application.Input.CancelPendingRead(); 104_application.Output.CancelPendingFlush(); 117if (_application == null) 123_application.Input.CancelPendingRead(); 143Debug.Assert(_application != null); 148var applicationStream = new PipeWriterStream(_application.Output); 198var flushResult = await _application.Output.FlushAsync(cancellationToken).ConfigureAwait(false); 222_application.Output.Complete(_error);