ProxySupportAnnotation
Classsealednet10.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{ // ...}Constructors1
Section titled Constructors Create a new instance of the
ProxySupportAnnotation class. Properties1
Section titled PropertiesProxyEnabledget; setbool Gets or sets the value indicating whether the proxy support is enabled for the resource.