1 write to _application
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\ServerSentEventsTransport.cs (1)
78
_application
= pair.Application;
9 references to _application
Microsoft.AspNetCore.Http.Connections.Client (9)
Internal\ServerSentEventsTransport.cs (9)
90
Debug.Assert(
_application
!= null);
94
var sending = SendUtils.SendMessages(url,
_application
, _httpClient, _logger, _inputCts.Token);
108
_application
.Input.CancelPendingRead();
120
_application
.Output.CancelPendingFlush();
128
Debug.Assert(
_application
!= null);
146
var flushResult = await
_application
.Output.WriteAsync(item.Data, default).ConfigureAwait(false);
167
_application
.Output.Complete(_error);
178
if (
_application
== null)
187
_application
.Input.CancelPendingRead();