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