Click or drag to resize

RequestUtilProcessResponse Method (HttpResponseMessage)

Collects information from the response and adds to AWSXRayRecorder instance.

Namespace:  Amazon.XRay.Recorder.Handlers.System.Net.Utils
Assembly:  AWSXRayRecorder.Handlers.System.Net (in AWSXRayRecorder.Handlers.System.Net.dll) Version: 2.11.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
internal static void ProcessResponse(
	HttpResponseMessage response
)

Parameters

response
Type: System.Net.HttpHttpResponseMessage
An instance of HttpResponseMessage
See Also