Click or drag to resize

SegmentNamingStrategy Class

Strategy to name a segment
Inheritance Hierarchy

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public abstract class SegmentNamingStrategy

The SegmentNamingStrategy type exposes the following members.

Constructors
  NameDescription
Protected methodSegmentNamingStrategy
Initializes a new instance of the SegmentNamingStrategy class
Top
Methods
  NameDescription
Public methodGetSegmentName(HttpRequest)
Gets the name of the segment.
Public methodGetSegmentName(HttpRequestMessage)
Gets the name of the segment.
Public methodStatic memberGetSegmentNameFromEnvironmentVariable
Gets the segment name from environment variable.
Top
Fields
  NameDescription
Public fieldStatic memberEnvironmentVariableSegmentName
The environment variable for segment name
Top
See Also