Implemented interface member:
method
GetValueAsync
Aspire.Hosting.ApplicationModel.IValueProvider.GetValueAsync(Aspire.Hosting.ApplicationModel.ValueProviderContext, System.Threading.CancellationToken)
4 references to GetValueAsync
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
81
public ValueTask<string?> GetValueAsync(ValueProviderContext context, CancellationToken cancellationToken = default) => Property(EndpointProperty.Url).
GetValueAsync
(context, cancellationToken);
284
return
GetValueAsync
(new(), cancellationToken);
Aspire.Hosting.Tests (2)
EndpointReferenceTests.cs (2)
339
var resultFromCaller = await expression.
GetValueAsync
(new ValueProviderContext
345
var resultFromNetwork = await expression.
GetValueAsync
(new ValueProviderContext