Freigeben über


HttpDiagnosticSourceLocation Klasse

Definition

Enthält den Quellspeicherort der HTTP-Aktivität.

public ref class HttpDiagnosticSourceLocation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Web.Http.Diagnostics.HttpDiagnosticsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HttpDiagnosticSourceLocation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Web.Http.Diagnostics.HttpDiagnosticsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HttpDiagnosticSourceLocation
Public NotInheritable Class HttpDiagnosticSourceLocation
Vererbung
Object Platform::Object IInspectable HttpDiagnosticSourceLocation
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.Web.Http.Diagnostics.HttpDiagnosticsContract (eingeführt in v1.0)

Hinweise

Das System generiert diese Klasse und ist über die HttpDiagnosticProviderRequestSentEventArgs.SourceLocations-Eigenschaft zugänglich.

Die HttpDiagnosticProviderRequestSentEventArgs-Klasse wird als Argument an den RequestSent-Ereignishandler der Anwendung übergeben.

Eigenschaften

ColumnNumber

Ruft die Spaltennummer ab.

LineNumber

Ruft die Zeilennummer ab.

SourceUri

Ruft den Quell-URI ab.

Gilt für: