Microsoft-Windows-Runtime-Web-Http

48 events across 1 channel

Event IDTitleChannel
1Failed to parse URI 'uri'.Tracing
2Failed to create URI with base URI 'str1' and relative URI 'str2'.Tracing
3Add HTTP header 'str1: str2'.Tracing
4Start to connect to 'str1' with credential of 'str2'.Tracing
5Start to connect to 'uri' with default credential.Tracing
6Failed to connect to 'uri' at port port.Tracing
7Opening request to 'str1' to 'str2' with flags flags.Tracing
8Failed to open request to 'uri'.Tracing
9Request context obj1 has request handle obj2 to 'uri'.Tracing
10Set HTTP send and receive timeout to lengthms on request handle obj.Tracing
11Start to send to request handle obj with content length length.Tracing
12Request handle obj completed synchronously.Tracing
13Request context obj completed send asynchronously.Tracing
14Writing length bytes to request handle obj.Tracing
15Failed to send entity body to request handle obj.Tracing
16Sent HTTP request at request handle obj: statusDescription.Tracing
17Start to receive response from request handle obj.Tracing
18Received HTTP response from request handle obj with status code statusCode and …Tracing
19Receive HTTP response from request handle obj: statusDescription.Tracing
20Failed to receive HTTP response from request handle obj.Tracing
21Request context obj received HTTP response of length bytes, which is over the …Tracing
22Request context obj resubmitting the request.Tracing
23Reusing the request handle obj for server 'statusDescription'.Tracing
24Request context obj was aborted.Tracing
25Progress to 'statusDescription': stage stage; retries retries; bytesSent bytes …Tracing
26HTTP request to 'uri' completed.Tracing
27Async operation asyncOperation at asyncObject failed to process HTTP response …Tracing
28Async operation asyncOperation at asyncObject started.Tracing
29Async operation asyncOperation at asyncObject failed to start.Tracing
30Async operation asyncOperation at asyncObject completed successfully.Tracing
31Async operation asyncOperation at asyncObject failed with error code hresult: …Tracing
32Async operation asyncOperation at asyncObject was canceled.Tracing
33Async operation asyncOperation at asyncObject was closed.Tracing
34Async operation asyncOperation at asyncObject called progress delegate.Tracing
35CompleteDelivery loop with responseState response state; …Tracing
36CompleteDelivery enter.Tracing
37CompleteDelivery exit with hresult: errorMessage.Tracing
38Flush enter.Tracing
39Flush exit with hresult: errorMessage.Tracing
40Decrement pending receive operations to pendingOperations.Tracing
41Increment pending receive operations to pendingOperations.Tracing
42Set response state to responseState.Tracing
43Handle obj: HTTP/2 enabled.Tracing
44Async operation asyncOperation at asyncObject started server custom validation.Tracing
45Async operation asyncOperation at asyncObject waiting for completion of server …Tracing
46Async operation asyncOperation at asyncObject failed server custom validation.Tracing
47Async operation asyncOperation at asyncObject successfully completed server …Tracing
48A dialog cannot be displayed because the parent window handle cannot be …Tracing

Event ID 1 — Failed to parse URI 'uri'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to parse URI 'uri'.

Message #

Failed to parse URI '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 2 — Failed to create URI with base URI 'str1' and relative URI 'str2'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to create URI with base URI 'str1' and relative URI 'str2'.

Message #

Failed to create URI with base URI '%1' and relative URI '%2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 3 — Add HTTP header 'str1: str2'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Add HTTP header 'str1: str2'.

Message #

Add HTTP header '%1: %2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 4 — Start to connect to 'str1' with credential of 'str2'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Start to connect to 'str1' with credential of 'str2'.

Message #

Start to connect to '%1' with credential of '%2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 5 — Start to connect to 'uri' with default credential.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Start to connect to 'uri' with default credential.

Message #

Start to connect to '%1' with default credential.

Fields #

NameDescription
uri UnicodeString

Event ID 6 — Failed to connect to 'uri' at port port.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to connect to 'uri' at port port. The last error is errorCode: errorMessage.

Message #

Failed to connect to '%1' at port %2. The last error is %3: %4

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

Event ID 7 — Opening request to 'str1' to 'str2' with flags flags.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Opening request to 'str1' to 'str2' with flags flags.

Message #

Opening request to '%1' to '%2' with flags %3.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString
flags HexInt32

Event ID 8 — Failed to open request to 'uri'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to open request to 'uri'. The last error is port: errorCode.

Message #

Failed to open request to '%1'. The last error is %2: %3

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

Event ID 9 — Request context obj1 has request handle obj2 to 'uri'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request context obj1 has request handle obj2 to 'uri'.

Message #

Request context %1 has request handle %2 to '%3'.

Fields #

NameDescription
obj1 Pointer
obj2 Pointer
uri UnicodeString

Event ID 10 — Set HTTP send and receive timeout to lengthms on request handle obj.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Set HTTP send and receive timeout to lengthms on request handle obj.

Message #

Set HTTP send and receive timeout to %2ms on request handle %1.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 11 — Start to send to request handle obj with content length length.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Start to send to request handle obj with content length length.

Message #

Start to send to request handle %1 with content length %2.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 12 — Request handle obj completed synchronously.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request handle obj completed synchronously.

Message #

Request handle %1 completed synchronously.

Fields #

NameDescription
obj Pointer

Event ID 13 — Request context obj completed send asynchronously.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request context obj completed send asynchronously.

Message #

Request context %1 completed send asynchronously.

Fields #

NameDescription
obj Pointer

Event ID 14 — Writing length bytes to request handle obj.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Writing length bytes to request handle obj.

Message #

Writing %2 bytes to request handle %1.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 15 — Failed to send entity body to request handle obj.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to send entity body to request handle obj. The last error is errorCode: errorMessage.

Message #

Failed to send entity body to request handle %1. The last error is %2: %3

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 16 — Sent HTTP request at request handle obj: statusDescription.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Sent HTTP request at request handle obj: statusDescription.

Message #

Sent HTTP request at request handle %1: %2

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 17 — Start to receive response from request handle obj.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Start to receive response from request handle obj.

Message #

Start to receive response from request handle %1.

Fields #

NameDescription
obj Pointer

Event ID 18 — Received HTTP response from request handle obj with status code statusCode and status description 'statusDescription'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Received HTTP response from request handle obj with status code statusCode and status description 'statusDescription'.

Message #

Received HTTP response from request handle %1 with status code %2 and status description '%3'.

Fields #

NameDescription
obj Pointer
statusCode UInt32
statusDescription UnicodeString

Event ID 19 — Receive HTTP response from request handle obj: statusDescription.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Receive HTTP response from request handle obj: statusDescription.

Message #

Receive HTTP response from request handle %1: %2

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 20 — Failed to receive HTTP response from request handle obj.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Failed to receive HTTP response from request handle obj. The last error is errorCode: errorMessage.

Message #

Failed to receive HTTP response from request handle %1. The last error is %2: %3

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 21 — Request context obj received HTTP response of length bytes, which is over the limit limit.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request context obj received HTTP response of length bytes, which is over the limit limit.

Message #

Request context %1 received HTTP response of %2 bytes, which is over the %3 limit.

Fields #

NameDescription
obj Pointer
length UInt32
limit UInt32

Event ID 22 — Request context obj resubmitting the request.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request context obj resubmitting the request.

Message #

Request context %1 resubmitting the request.

Fields #

NameDescription
obj Pointer

Event ID 23 — Reusing the request handle obj for server 'statusDescription'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Reusing the request handle obj for server 'statusDescription'.

Message #

Reusing the request handle %1 for server '%2'.

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 24 — Request context obj was aborted.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Request context obj was aborted.

Message #

Request context %1 was aborted.

Fields #

NameDescription
obj Pointer

Event ID 25 — Progress to 'statusDescription': stage stage; retries retries; bytesSent bytes sent; totalBytesToSend total bytes to send; bytesReceived bytes received; totalBytesToReceive total bytes to receive.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Progress to 'statusDescription': stage stage; retries retries; bytesSent bytes sent; totalBytesToSend total bytes to send; bytesReceived bytes received; totalBytesToReceive total bytes to receive.

Message #

Progress to '%1': %2 stage; %3 retries; %4 bytes sent; %5 total bytes to send; %6 bytes received; %7 total bytes to receive.

Fields #

NameDescription
statusDescription UnicodeString
stage UInt32
retries UInt32
bytesSent UInt64
totalBytesToSend UInt64
bytesReceived UInt64
totalBytesToReceive UInt64

Event ID 26 — HTTP request to 'uri' completed.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

HTTP request to 'uri' completed. The error code is hresult: errorMessage.

Message #

HTTP request to '%1' completed. The error code is %2: %3

Fields #

NameDescription
uri UnicodeString
hresult UInt32
errorMessage Int32

Event ID 27 — Async operation asyncOperation at asyncObject failed to process HTTP response 'response'.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Async operation asyncOperation at asyncObject failed to process HTTP response 'response'. The error code is hresult: errorMessage.

Message #

Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
response UnicodeString
hresult UInt32
errorMessage Int32

Event ID 28 — Async operation asyncOperation at asyncObject started.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject started.

Message #

Async operation %1 at %2 started.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 29 — Async operation asyncOperation at asyncObject failed to start.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject failed to start. The error code is hresult: errorMessage.

Message #

Async operation %1 at %2 failed to start. The error code is %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
hresult UInt32
errorMessage Int32

Event ID 30 — Async operation asyncOperation at asyncObject completed successfully.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject completed successfully.

Message #

Async operation %1 at %2 completed successfully.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 31 — Async operation asyncOperation at asyncObject failed with error code hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject failed with error code hresult: errorMessage.

Message #

Async operation %1 at %2 failed with error code %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
hresult UInt32
errorMessage Int32

Event ID 32 — Async operation asyncOperation at asyncObject was canceled.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject was canceled.

Message #

Async operation %1 at %2 was canceled.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 33 — Async operation asyncOperation at asyncObject was closed.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject was closed.

Message #

Async operation %1 at %2 was closed.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 34 — Async operation asyncOperation at asyncObject called progress delegate.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject called progress delegate.

Message #

Async operation %1 at %2 called progress delegate.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 35 — CompleteDelivery loop with responseState response state; pendingReceiveOperations pending receive operations.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

CompleteDelivery loop with responseState response state; pendingReceiveOperations pending receive operations.

Message #

CompleteDelivery loop with %1 response state; %2 pending receive operations.

Fields #

NameDescription
responseState UInt32
pendingReceiveOperations Int32

Event ID 36 — CompleteDelivery enter.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

CompleteDelivery enter.

Message #

CompleteDelivery enter.

Event ID 37 — CompleteDelivery exit with hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

CompleteDelivery exit with hresult: errorMessage.

Message #

CompleteDelivery exit with %1: %2

Fields #

NameDescription
hresult UInt32
errorMessage Int32

Event ID 38 — Flush enter.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

Flush enter.

Message #

Flush enter.

Event ID 39 — Flush exit with hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

Flush exit with hresult: errorMessage.

Message #

Flush exit with %1: %2

Fields #

NameDescription
hresult UInt32
errorMessage Int32

Event ID 40 — Decrement pending receive operations to pendingOperations.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

Decrement pending receive operations to pendingOperations.

Message #

Decrement pending receive operations to %1.

Fields #

NameDescription
pendingOperations UInt32

Event ID 41 — Increment pending receive operations to pendingOperations.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

Increment pending receive operations to pendingOperations.

Message #

Increment pending receive operations to %1.

Fields #

NameDescription
pendingOperations UInt32

Event ID 42 — Set response state to responseState.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpCct

Description

Set response state to responseState.

Message #

Set response state to %1.

Fields #

NameDescription
responseState UInt32

Event ID 43 — Handle obj: HTTP/2 enabled.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

Handle obj: HTTP/2 enabled.

Message #

Handle %1: HTTP/2 enabled.

Fields #

NameDescription
obj Pointer

Event ID 44 — Async operation asyncOperation at asyncObject started server custom validation.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject started server custom validation.

Message #

Async operation %1 at %2 started server custom validation.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 45 — Async operation asyncOperation at asyncObject waiting for completion of server custom validation.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject waiting for completion of server custom validation.

Message #

Async operation %1 at %2 waiting for completion of server custom validation.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 46 — Async operation asyncOperation at asyncObject failed server custom validation.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject failed server custom validation.

Message #

Async operation %1 at %2 failed server custom validation.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 47 — Async operation asyncOperation at asyncObject successfully completed server custom validation.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpOperation

Description

Async operation asyncOperation at asyncObject successfully completed server custom validation.

Message #

Async operation %1 at %2 successfully completed server custom validation.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 48 — A dialog cannot be displayed because the parent window handle cannot be determined.

Provider
Microsoft-Windows-Runtime-Web-Http
Channel
Tracing
Task
HttpAsyncI/O

Description

A dialog cannot be displayed because the parent window handle cannot be determined.

Message #

A dialog cannot be displayed because the parent window handle cannot be determined.