Skip to content
Docs Try Aspire

ProxySupportAnnotation

Class sealed net8.0
📦 Aspire.Hosting v13.2.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
{
// ...
}