1 write to _application
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\WebSocketsServerTransport.cs (1)
30
_application
= application;
10 references to _application
Microsoft.AspNetCore.Http.Connections (10)
Internal\Transports\WebSocketsServerTransport.cs (10)
79
_application
.Input.CancelPendingRead();
121
_application
.Output.CancelPendingFlush();
148
var memory =
_application
.Output.GetMemory();
161
_application
.Output.Advance(receiveResult.Count);
163
var flushResult = await
_application
.Output.FlushAsync();
187
_application
.Output.Complete(ex);
195
_application
.Output.Complete();
208
var result = await
_application
.Input.ReadAsync();
265
_application
.Input.AdvanceTo(buffer.End);
291
_application
.Input.Complete();