HttpDiagnosticSourceLocation
HttpDiagnosticSourceLocation
HttpDiagnosticSourceLocation
HttpDiagnosticSourceLocation
Class
Definition
Contains the source location of the HTTP activity.
public : sealed class HttpDiagnosticSourceLocation : IHttpDiagnosticSourceLocationpublic sealed class HttpDiagnosticSourceLocation : IHttpDiagnosticSourceLocationPublic NotInheritable Class HttpDiagnosticSourceLocation Implements IHttpDiagnosticSourceLocation// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Web.Http.Diagnostics.HttpDiagnosticsContract (introduced v1)
|
Remarks
The system generates this class and is accessible through the HttpDiagnosticProviderRequestSentEventArgs.SourceLocations property.
The HttpDiagnosticProviderRequestSentEventArgs class is passed as an argument to the application's RequestSent event handler.
Properties
ColumnNumber ColumnNumber ColumnNumber ColumnNumber
Gets the column number.
public : ulong ColumnNumber { get; }public ulong ColumnNumber { get; }Public ReadOnly Property ColumnNumber As ulong// You can use this property in JavaScript.
- Value
- ulong ulong ulong ulong
The column number.