Skip to content
DocsTry Aspire
DocsTry

ProxySupportAnnotation

Classsealednet8.0
📦 Aspire.Hosting v13.4.0
Proxy support annotation for a resource, used to disable all endpoint proxies for a resource if desired
namespace Aspire.Hosting.ApplicationModel;
public sealed class ProxySupportAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}