Amazon.XRay.Recorder.Handlers.AspNet Namespace |
Class | Description | |
---|---|---|
AWSXRayASPNET |
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.
|