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