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)
81public ValueTask<string?> GetValueAsync(ValueProviderContext context, CancellationToken cancellationToken = default) => Property(EndpointProperty.Url).GetValueAsync(context, cancellationToken); 284return GetValueAsync(new(), cancellationToken);
Aspire.Hosting.Tests (2)
EndpointReferenceTests.cs (2)
339var resultFromCaller = await expression.GetValueAsync(new ValueProviderContext 345var resultFromNetwork = await expression.GetValueAsync(new ValueProviderContext