次の方法で共有


ProxySupportAnnotation Class

Definition

Proxy support annotation for a resource, used to disable all endpoint proxies for a resource if desired

public sealed class ProxySupportAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ProxySupportAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ProxySupportAnnotation
Implements IResourceAnnotation
Inheritance
ProxySupportAnnotation
Implements

Constructors

ProxySupportAnnotation()

Create a new instance of the ProxySupportAnnotation class.

Properties

ProxyEnabled

Gets or sets the value indicating whether the proxy support is enabled for the resource.

Applies to