HttpDiagnosticProviderRequestSentEventArgs.SourceLocations 属性

定义

获取源位置调用堆栈。

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)

属性值

源位置调用堆栈。

适用于