Click or drag to resize

ControllerBuilderport Method

Sets port, which profiler agent listens on.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public ControllerBuilder port(
	int port
)

Parameters

port
Type: SystemInt32
Profiler agent port. Must be in range 1-65535.

Return Value

Type: ControllerBuilder
A reference to this instance
See Also