Click or drag to resize

RequestUtilProcessRequest Method (WebRequest, Boolean)

Collects information from and adds a tracing header to the request. Depending on the flag sanitizeHttpRequestTracing the query string on http request is stripped before tracing is submitted.

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 ProcessRequest(
	WebRequest request,
	bool sanitizeHttpRequestTracing = false
)

Parameters

request
Type: System.NetWebRequest
An instance of WebRequest
sanitizeHttpRequestTracing (Optional)
Type: SystemBoolean
Boolean value
See Also