Click or drag to resize

RequestUtil Class

Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Handlers.System.Net.UtilsRequestUtil

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#
public static class RequestUtil
Methods
  NameDescription
Protected methodStatic memberProcessRequest(HttpRequestMessage, 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.
Protected methodStatic memberProcessRequest(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.
Protected methodStatic memberProcessResponse(HttpResponseMessage)
Collects information from the response and adds to AWSXRayRecorder instance.
Protected methodStatic memberProcessResponse(HttpWebResponse)
Collects information from the response and adds to AWSXRayRecorder instance.
Top
See Also