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)
73
Debug.Assert(
_application
!= null);
77
var sending = SendUtils.SendMessages(url,
_application
, _httpClient, _logger);
91
_application
.Input.CancelPendingRead();
104
_application
.Output.CancelPendingFlush();
117
if (
_application
== null)
123
_application
.Input.CancelPendingRead();
143
Debug.Assert(
_application
!= null);
148
var applicationStream = new PipeWriterStream(
_application
.Output);
198
var flushResult = await
_application
.Output.FlushAsync(cancellationToken).ConfigureAwait(false);
222
_application
.Output.Complete(_error);