Skip to content
DocsTry Aspire
DocsTry

YarpResource.withHostPort

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

Signature

methodwithHostPortbuilder
Configures the host port that the YARP resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): YarpResource
portnumber
YarpResource

Defined on

This method is defined on the following type: