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.

LineNumber LineNumber LineNumber LineNumber

Gets the line number.

public : ulong LineNumber { get; }public ulong LineNumber { get; }Public ReadOnly Property LineNumber As ulong// You can use this property in JavaScript.
Value
ulong ulong ulong ulong

The line number.

SourceUri SourceUri SourceUri SourceUri

Gets the source URI.

public : Uri SourceUri { get; }public Uri SourceUri { get; }Public ReadOnly Property SourceUri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The source URI.