1 instantiation of GetAppHostInfoResponse
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
418
return new
GetAppHostInfoResponse
3 references to GetAppHostInfoResponse
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
407
public async Task<
GetAppHostInfoResponse
?> GetAppHostInfoV2Async(CancellationToken cancellationToken = default)
432
return await rpc.InvokeWithCancellationAsync<
GetAppHostInfoResponse
>(
Backchannel\BackchannelJsonSerializerContext.cs (1)
63
[JsonSerializable(typeof(
GetAppHostInfoResponse
))]