1 write to Application
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
68Application = 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)
75await Connection.Application.Output.WriteAsync(GetHandshakeRequestMessage()); 236await Connection.Application.Output.WriteAsync(payload); 248var result = await Connection.Application.Input.ReadAsync(); 265Connection.Application.Input.AdvanceTo(buffer.Start); 277if (!Connection.Application.Input.TryRead(out var result)) 304Connection.Application.Input.AdvanceTo(buffer.Start); 314Connection.Application.Output.Complete();