Click or drag to resize

RequestUtilProcessResponse Method (HttpWebResponse)

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(
	HttpWebResponse response
)

Parameters

response
Type: System.NetHttpWebResponse
An instance of HttpWebResponse
See Also