Freigeben über


HttpDiagnosticProviderRequestSentEventArgs.SourceLocations Eigenschaft

Definition

Ruft den Aufrufstapel des Quellspeicherorts ab.

public:
 property IVectorView<HttpDiagnosticSourceLocation ^> ^ SourceLocations { IVectorView<HttpDiagnosticSourceLocation ^> ^ get(); };
IVectorView<HttpDiagnosticSourceLocation> SourceLocations();
public IReadOnlyList<HttpDiagnosticSourceLocation> SourceLocations { get; }
var iVectorView = httpDiagnosticProviderRequestSentEventArgs.sourceLocations;
Public ReadOnly Property SourceLocations As IReadOnlyList(Of HttpDiagnosticSourceLocation)

Eigenschaftswert

Der Aufrufstapel des Quellspeicherorts.

Gilt für: