Skip to content
DocsTry Aspire
DocsTry

YarpResource.withHostHttpsPort

Method
📦 Aspire.Hosting.Yarp v13.4.0
interface YarpResource {
// ... omitted for brevity
withHostHttpsPort(port: number): YarpResource;
}

Signature

methodwithHostHttpsPortbuilder
Configures the host HTTPS port that the YARP resource is exposed on instead of using randomly assigned port. This will only have effect if an HTTPS endpoint is configured on the YARP resource due to TLS termination being enabled.
withHostHttpsPort(port: number): YarpResource
portnumber
YarpResource

Defined on

This method is defined on the following type: