Skip to content
Docs Try Aspire
Docs Try

IResourceWithEndpoints.withEndpointProxySupport

Method
📦 Aspire.Hosting v13.4.0
interface IResourceWithEndpoints {
// ... omitted for brevity
withEndpointProxySupport(proxyEnabled: boolean): IResourceWithEndpoints;
}

Signature

method withEndpointProxySupport builder
Set whether a resource can use proxied endpoints or whether they should be disabled for all endpoints belonging to the resource. If set to `false`, endpoints belonging to the resource will ignore the configured proxy settings and run proxy-less.
withEndpointProxySupport(proxyEnabled: boolean): IResourceWithEndpoints
proxyEnabled boolean
IResourceWithEndpoints

Defined on

This method is defined on the following type: