Click or drag to resize

ControllerBuilderhost Method

Sets name or IP address of the host where the profiled application is running.

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

Parameters

host
Type: SystemString
Profiled application host name or IP address.

Return Value

Type: ControllerBuilder
A reference to this instance
See Also