Click or drag to resize

AWSXRayRecorderBuilderWithDaemonAddress Method

Sets the address for the xray daemon.

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public AWSXRayRecorderBuilder WithDaemonAddress(
	string address
)

Parameters

address
Type: SystemString
The xray daemon address.

Return Value

Type: AWSXRayRecorderBuilder
The builder with the specified xray daemon address.
See Also