Skip to content
Docs Try Aspire

withHostPort

Function
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface YarpResource {
// ... omitted for brevity
withHostPort(port: number): YarpResource;
}

Signature

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

Applies to

This function is an extension method on the following types: