HttpDiagnosticSourceLocation Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- 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. |