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