Click or drag to resize

AWSXRayRecorderImplAddHttpInformation Method

Adds the specified key and value as http information to current segment.

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public void AddHttpInformation(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key of the http information to add.
value
Type: SystemObject
The value of the http information to add.

Implements

IAWSXRayRecorderAddHttpInformation(String, Object)
Exceptions
ExceptionCondition
ArgumentExceptionKey is null or empty.
ArgumentNullExceptionValue is null.
EntityNotAvailableExceptionEntity is not available in trace context.
See Also