1 instantiation of ReceivedCallInfo
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
165testCalls.ApplicationInformationCallsChannel.Writer.TryWrite(new ReceivedCallInfo<ApplicationInformationRequest>(request, context.RequestHeaders));
4 references to ReceivedCallInfo
Aspire.Dashboard.Tests (4)
Integration\DashboardClientAuthTests.cs (4)
44var call = await server.Calls.ApplicationInformationCallsChannel.Reader.ReadAsync().DefaultTimeout(); 60var call = await server.Calls.ApplicationInformationCallsChannel.Reader.ReadAsync().DefaultTimeout(); 156public Channel<ReceivedCallInfo<ApplicationInformationRequest>> ApplicationInformationCallsChannel { get; } = Channel.CreateUnbounded<ReceivedCallInfo<ApplicationInformationRequest>>();