Click or drag to resize

Amazon.XRay.Recorder.Handlers.AspNet Namespace

 
Classes
  ClassDescription
Public classAWSXRayASPNET
The class to intercept HTTP request for ASP.NET Framework. For each request, AWSXRayASPNET will try to parse trace header from HTTP request header, and determine if tracing is enabled. If enabled, it will start a new segment before invoking inner handler. And end the segment before it returns the response to outer handler.