Builder Methods |
The ControllerBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | build |
Creates Controller instance.
|
![]() | host |
Sets name or IP address of the host where the profiled application is running.
|
![]() | port |
Sets port, which profiler agent listens on.
|
![]() | reverseProxyPath |
Sets optional reverse HTTP proxy path.
|
![]() | self | Specifies that controller is used to profile application from itself, i.e. to profile the CLR running this code. The application must be started with the profiler; see https://www.yourkit.com/docs/dotnet-profiler/2025.3/help/start_profiling.jsp |
![]() | timeout |
Sets the timespan to wait before a controller request times out.
|
![]() | trustAllSslCertificates |
Specifies whether all SSL certificates should be trusted.
|