1 write to Application
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
68
Application
= application;
10 references to Application
Microsoft.AspNetCore.Connections.Abstractions (3)
DefaultConnectionContext.cs (3)
31
/// The caller is expected to set the <see cref="Transport"/> and <see cref="
Application
"/> pipes manually.
40
/// The caller is expected to set the <see cref="Transport"/> and <see cref="
Application
"/> pipes manually.
63
/// <param name="application">The <see cref="
Application
"/>.</param>
Microsoft.AspNetCore.SignalR.Specification.Tests (7)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (7)
75
await Connection.
Application
.Output.WriteAsync(GetHandshakeRequestMessage());
236
await Connection.
Application
.Output.WriteAsync(payload);
248
var result = await Connection.
Application
.Input.ReadAsync();
265
Connection.
Application
.Input.AdvanceTo(buffer.Start);
277
if (!Connection.
Application
.Input.TryRead(out var result))
304
Connection.
Application
.Input.AdvanceTo(buffer.Start);
314
Connection.
Application
.Output.Complete();