1 instantiation of WaitForAppHostReadyRequest
Aspire.Hosting (1)
Backchannel\BackchannelDataTypes.cs (1)
236
public override WaitForAppHostReadyRequest WithTraceContext(BackchannelTraceContext traceContext) =>
new
() { TraceContext = traceContext };
2 references to WaitForAppHostReadyRequest
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
946
public async Task<WaitForAppHostReadyResponse> WaitForAppHostReadyAsync(
WaitForAppHostReadyRequest
? request = null, CancellationToken cancellationToken = default)
Backchannel\BackchannelDataTypes.cs (1)
236
public override
WaitForAppHostReadyRequest
WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext };