Microsoft-Windows-Runtime-Networking

76 events across 1 channel

Event IDTitleChannel
1asyncOperation at asyncObject started.Tracing
2asyncOperation at asyncObject failed to start.Tracing
3asyncOperation at asyncObject completed successfully.Tracing
4asyncOperation at asyncObject failed with error code errorCode: hresult.Tracing
5asyncOperation at asyncObject was cancelled.Tracing
6asyncOperation at asyncObject was closed.Tracing
7Failed to parse URI 'uri'.Tracing
8Failed to create URI with base URI 'str1' and relative URI 'str2'.Tracing
9Add HTTP header 'str1: str2'.Tracing
10Start connect request to 'str1' with credential of 'str2'.Tracing
11Start connect request to 'uri' with default credential.Tracing
12Failed connect request to 'uri' at port port.Tracing
13Opening request to 'str1' to 'str2' with flags flags.Tracing
14Failed open request to 'uri'.Tracing
15Request context obj1 has request handle obj2 to 'uri'.Tracing
16Set HTTP send and receive timeout to lengthms on request handle obj.Tracing
17Start send to request handle obj with content length length.Tracing
18Request handle obj completed synchronously.Tracing
19Request context obj completed send asynchronously.Tracing
20Writing length bytes to request handle obj.Tracing
21Failed to send entity body to request handle obj.Tracing
22Sent HTTP request at request handle obj: statusDescription.Tracing
23Start to receive response from request handle obj.Tracing
24Received HTTP response from request handle obj with status code statusCode and …Tracing
25Receive HTTP response from request handle obj: statusDescription.Tracing
26Failed to receive HTTP response from request handle obj.Tracing
27Request context obj received HTTP response of length bytes, which is over the …Tracing
28Request context obj resubmitting the request.Tracing
29Reusing the request handle obj for server 'statusDescription'.Tracing
30Request context obj was aborted.Tracing
31Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 …Tracing
32HTTP request to 'uri' completed.Tracing
33asyncOperation at asyncObject failed to process HTTP response 'response'.Tracing
34runtimeClass::api is called.Tracing
35runtimeClass::api returned successfully.Tracing
36runtimeClass::api failed with HRESULT hresult: errorMessage.Tracing
37Win32 API win32Api failed with error code error: errorMessage.Tracing
38Unable to cancel GetAddrInfoEx with handle obj.Tracing
39Unable to cancel DnsQueryEx with handle obj.Tracing
40DatagramSocket obj failed to deliver event and stopped receiving due to error …Tracing
41DatagramSocket obj is raising event with bytesRead bytes received from sender …Tracing
42DatagramSocket obj started receiving message at socket handle.Tracing
43DatagramSocket obj failed to start receiving.Tracing
44asyncOperation at obj is trying to receive length bytes at socket handle.Tracing
45asyncOperation at obj has received read bytes and continues to receive the …Tracing
46asyncOperation at obj received length bytes.Tracing
47TCP socket obj is connected: local port = port1; remote IP address: ip; remote …Tracing
48UDP socket obj is connected to remote address: address.Tracing
49The datagram received by socket obj from sender 'address' does not contain IP …Tracing
50asyncOperation at obj sent length bytes.Tracing
51asyncOperation at obj is trying to send length bytes at socket handle.Tracing
52MessageWebSocket obj received the close frame from the server.Tracing
53MessageWebSocket obj is raising event with length bytes received.Tracing
54MessageWebSocket obj failed to start receiving.Tracing
55MessageWebSocket obj failed to deliver event and stopped receiving due to error …Tracing
57WebSocket obj is sending the close frame.Tracing
58WebSocket Reason is receiving the close frame.Tracing
59WebSocket obj I/O operation completed with error.Tracing
60WebSocket asyncOperation at obj sent length bytes.Tracing
61WebSocket asyncOperation at obj is trying to send length bytes at WebSocket …Tracing
62runtimeClass is already closed and CompleteDelivery is pending with: outstanding …Tracing
63pending_Winsock_requests.Tracing
64runtimeClass.Tracing
65runtimeClass.Tracing
66Socket connection established: Socket_connection_established.Tracing
67Proxy lookup for socket connection to 'value' completed successfully: …Tracing
68Proxy lookup for socket connection to 'value' completed with error errorCode: …Tracing
69Ignored server certificate error count: Ignored_server_certificate_error_count.Tracing
70Server certificate thumbprint: 'contains_fatal_certificate_errors', certificate …Tracing
71Failed to flush reads and wait for pending I/O to complete with context obj.Tracing
72Handle obj: HTTP/2 enabled.Tracing
73Status - Line: functionName Status: lineNumber.Tracing
74Async operation asyncOperation at asyncObject started server custom validation.Tracing
75Async operation asyncOperation at asyncObject waiting for completion of server …Tracing
76Async operation asyncOperation at asyncObject failed server custom validation.Tracing
77Async operation asyncOperation at asyncObject successfully completed server …Tracing

Event ID 1 — asyncOperation at asyncObject started.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationstart

Description

asyncOperation at asyncObject started.

Message #

%1 at %2 started.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 2 — asyncOperation at asyncObject failed to start.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationfailure

Description

asyncOperation at asyncObject failed to start. The error code is errorCode: hresult.

Message #

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

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 3 — asyncOperation at asyncObject completed successfully.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationcomplete

Description

asyncOperation at asyncObject completed successfully.

Message #

%1 at %2 completed successfully.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 4 — asyncOperation at asyncObject failed with error code errorCode: hresult.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationfailure

Description

asyncOperation at asyncObject failed with error code errorCode: hresult.

Message #

%1 at %2 failed with error code %3: %4.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 5 — asyncOperation at asyncObject was cancelled.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationabort

Description

asyncOperation at asyncObject was cancelled.

Message #

%1 at %2 was cancelled.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 6 — asyncOperation at asyncObject was closed.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationclose

Description

asyncOperation at asyncObject was closed.

Message #

%1 at %2 was closed.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Failed to parse URI 'uri'.

Message #

Failed to parse URI '%1'.

Fields #

NameDescription
uri UnicodeString

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 9 — Add HTTP header 'str1: str2'.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Add HTTP header 'str1: str2'.

Message #

Add HTTP header '%1: %2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

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

Message #

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

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Start connect request to 'uri' with default credential.

Message #

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

Fields #

NameDescription
uri UnicodeString

Event ID 12 — Failed connect request to 'uri' at port port.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

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

Message #

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

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 14 — Failed open request to 'uri'.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

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

Message #

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

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 16 — Set HTTP send and receive timeout to lengthms on request handle obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 17 — Start send to request handle obj with content length length.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Start send to request handle obj with content length length.

Message #

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

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 18 — Request handle obj completed synchronously.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Request handle obj completed synchronously.

Message #

Request handle %1 completed synchronously.

Fields #

NameDescription
obj Pointer

Event ID 19 — Request context obj completed send asynchronously.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Request context obj completed send asynchronously.

Message #

Request context %1 completed send asynchronously.

Fields #

NameDescription
obj Pointer

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Writing length bytes to request handle obj.

Message #

Writing %2 bytes to request handle %1.

Fields #

NameDescription
obj Pointer
length UInt32

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 22 — Sent HTTP request at request handle obj: statusDescription.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 23 — Start to receive response from request handle obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Start to receive response from request handle obj.

Message #

Start to receive response from request handle %1.

Fields #

NameDescription
obj Pointer

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 25 — Receive HTTP response from request handle obj: statusDescription.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 26 — Failed to receive HTTP response from request handle obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 27 — Request context obj received HTTP response of length bytes, which is over the limit limit.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 28 — Request context obj resubmitting the request.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Request context obj resubmitting the request.

Message #

Request context %1 resubmitting the request.

Fields #

NameDescription
obj Pointer

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 30 — Request context obj was aborted.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Request context obj was aborted.

Message #

Request context %1 was aborted.

Fields #

NameDescription
obj Pointer

Event ID 31 — Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 bytes received; int4 total bytes to receive.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 bytes received; int4 total bytes to receive.

Message #

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

Fields #

NameDescription
statusDescription UnicodeString
int1 UInt32
int2 UInt32
int3 UInt32
int4 UInt32

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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 33 — asyncOperation at asyncObject failed to process HTTP response 'response'.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Description

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

Message #

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

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
response UnicodeString
errorCode UInt32
hresult Int32

Event ID 34 — runtimeClass::api is called.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIEnter

Description

runtimeClass::api is called.

Message #

%1::%2 is called.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Event ID 35 — runtimeClass::api returned successfully.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

runtimeClass::api returned successfully.

Message #

%1::%2 returned successfully.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Event ID 36 — runtimeClass::api failed with HRESULT hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

runtimeClass::api failed with HRESULT hresult: errorMessage.

Message #

%1::%2 failed with HRESULT %3: %4

Fields #

NameDescription
runtimeClass UInt32
api UInt32
hresult UInt32
errorMessage Int32

Event ID 37 — Win32 API win32Api failed with error code error: errorMessage.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

Win32 API win32Api failed with error code error: errorMessage.

Message #

Win32 API %1 failed with error code %2: %3.

Fields #

NameDescription
win32Api UInt32
error UInt32
errorMessage UInt32

Event ID 38 — Unable to cancel GetAddrInfoEx with handle obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

Unable to cancel GetAddrInfoEx with handle obj. The error code was errorCode: errorMessage.

Message #

Unable to cancel GetAddrInfoEx with handle %1. The error code was %2: %3.

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 39 — Unable to cancel DnsQueryEx with handle obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

Unable to cancel DnsQueryEx with handle obj. The error code was errorCode: errorMessage.

Message #

Unable to cancel DnsQueryEx with handle %1. The error code was %2: %3.

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 40 — DatagramSocket obj failed to deliver event and stopped receiving due to error hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

Description

DatagramSocket obj failed to deliver event and stopped receiving due to error hresult: errorMessage.

Message #

DatagramSocket %1 failed to deliver event and stopped receiving due to error %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

Event ID 41 — DatagramSocket obj is raising event with bytesRead bytes received from sender 'address'.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

Description

DatagramSocket obj is raising event with bytesRead bytes received from sender 'address'.

Message #

DatagramSocket %1 is raising event with %2 bytes received from sender '%4'.

Fields #

NameDescription
obj Pointer
bytesRead UInt32
size UInt32
address Binary

Event ID 42 — DatagramSocket obj started receiving message at socket handle.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Startread

Description

DatagramSocket obj started receiving message at socket handle.

Message #

DatagramSocket %1 started receiving message at socket %2.

Fields #

NameDescription
obj Pointer
handle Pointer

Event ID 43 — DatagramSocket obj failed to start receiving.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Readerror

Description

DatagramSocket obj failed to start receiving. The HRESULT was hresult: errorMessage.

Message #

DatagramSocket %1 failed to start receiving. The HRESULT was %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

Event ID 44 — asyncOperation at obj is trying to receive length bytes at socket handle.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Startread

Description

asyncOperation at obj is trying to receive length bytes at socket handle.

Message #

%1 at %2 is trying to receive %3 bytes at socket %4.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32
handle Pointer

Event ID 45 — asyncOperation at obj has received read bytes and continues to receive the remaining length bytes.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Startread

Description

asyncOperation at obj has received read bytes and continues to receive the remaining length bytes.

Message #

%1 at %2 has received %3 bytes and continues to receive the remaining %4 bytes.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
read UInt32
length UInt32

Event ID 46 — asyncOperation at obj received length bytes.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Readcomplete

Description

asyncOperation at obj received length bytes.

Message #

%1 at %2 received %3 bytes.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32

Event ID 47 — TCP socket obj is connected: local port = port1; remote IP address: ip; remote port = port2.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect
Opcode
TCPconnected

Description

TCP socket obj is connected: local port = port1; remote IP address: ip; remote port = port2.

Message #

TCP socket %1 is connected: local port = %2; remote IP address: %3; remote port = %4.

Fields #

NameDescription
obj Pointer
port1 UnicodeString
ip UnicodeString
port2 UnicodeString

Event ID 48 — UDP socket obj is connected to remote address: address.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect
Opcode
TCPconnected

Description

UDP socket obj is connected to remote address: address.

Message #

UDP socket %1 is connected to remote address: %3.

Fields #

NameDescription
obj Pointer
size UInt32
address Binary

Event ID 49 — The datagram received by socket obj from sender 'address' does not contain IP packet information.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

Description

The datagram received by socket obj from sender 'address' does not contain IP packet information.

Message #

The datagram received by socket %1 from sender '%3' does not contain IP packet information.

Fields #

NameDescription
obj Pointer
size UInt32
address Binary

Event ID 50 — asyncOperation at obj sent length bytes.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketSend
Opcode
Writecomplete

Description

asyncOperation at obj sent length bytes.

Message #

%1 at %2 sent %3 bytes.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32

Event ID 51 — asyncOperation at obj is trying to send length bytes at socket handle.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketSend
Opcode
Startwrite

Description

asyncOperation at obj is trying to send length bytes at socket handle.

Message #

%1 at %2 is trying to send %3 bytes at socket %4.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32
handle Pointer

Event ID 52 — MessageWebSocket obj received the close frame from the server.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

Description

MessageWebSocket obj received the close frame from the server.

Message #

MessageWebSocket %1 received the close frame from the server.

Fields #

NameDescription
obj Pointer

Event ID 53 — MessageWebSocket obj is raising event with length bytes received.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

Description

MessageWebSocket obj is raising event with length bytes received.

Message #

MessageWebSocket %1 is raising event with %2 bytes received.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 54 — MessageWebSocket obj failed to start receiving.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketReceive
Opcode
Readerror

Description

MessageWebSocket obj failed to start receiving. The HRESULT was hresult: errorMessage.

Message #

MessageWebSocket %1 failed to start receiving. The HRESULT was %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

Event ID 55 — MessageWebSocket obj failed to deliver event and stopped receiving due to error hresult: errorMessage.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

Description

MessageWebSocket obj failed to deliver event and stopped receiving due to error hresult: errorMessage.

Message #

MessageWebSocket %1 failed to deliver event and stopped receiving due to error %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

Event ID 57 — WebSocket obj is sending the close frame.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketSend
Opcode
Startwrite

Description

WebSocket obj is sending the close frame.

Message #

WebSocket %1 is sending the close frame.

Fields #

NameDescription
obj Pointer

Event ID 58 — WebSocket Reason is receiving the close frame.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketReceive
Opcode
Startread

Description

WebSocket Reason is receiving the close frame. Code: obj; Reason: statusCode.

Message #

WebSocket %1 is receiving the close frame. Code: %2; Reason: %3

Fields #

NameDescription
Reason1 is receiving the close frame. Code.
obj Pointer
statusCode UInt32
statusDescription UnicodeString

Event ID 59 — WebSocket obj I/O operation completed with error.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketIO
Opcode
I/Oerror

Description

WebSocket obj I/O operation completed with error. The HRESULT was hresult: errorMessage.

Message #

WebSocket %1 I/O operation completed with error. The HRESULT was %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

Event ID 60 — WebSocket asyncOperation at obj sent length bytes.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketSend
Opcode
Writecomplete

Description

WebSocket asyncOperation at obj sent length bytes.

Message #

WebSocket %1 at %2 sent %3 bytes.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32

Event ID 61 — WebSocket asyncOperation at obj is trying to send length bytes at WebSocket handle.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketSend
Opcode
Startwrite

Description

WebSocket asyncOperation at obj is trying to send length bytes at WebSocket handle.

Message #

WebSocket %1 at %2 is trying to send %3 bytes at WebSocket %4.

Fields #

NameDescription
asyncOperation UInt32
obj Pointer
length UInt32
handle Pointer

Event ID 62 — runtimeClass is already closed and CompleteDelivery is pending with: outstanding read operations: pendingOperations.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
RtcCompleteDelivery

Description

runtimeClass is already closed and CompleteDelivery is pending with: outstanding read operations: pendingOperations.

Message #

%1 is already closed and CompleteDelivery is pending with: outstanding read operations: %2.

Fields #

NameDescription
runtimeClass UInt32
pendingOperations UInt32

Event ID 63 — pending_Winsock_requests.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
RtcCompleteDelivery

Description

pending_Winsock_requests.CompleteDelivery is pending with: outstanding read operations: data_available, pending Winsock requests: runtimeClass, data available: pendingOperations.

Message #

%1.CompleteDelivery is pending with: outstanding read operations: %2, pending Winsock requests: %3, data available: %4.

Fields #

NameDescription
pending_Winsock_requests1.CompleteDelivery is pending with: outstanding read operations.
data_available
runtimeClass UInt32
pendingOperations UInt32
winsockPendingOperations UInt32
winsockDataAvailable Boolean

Event ID 64 — runtimeClass.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
RtcFlush

Description

runtimeClass.Flush is pending with: outstanding write operations: pendingOperations.

Message #

%1.Flush is pending with: outstanding write operations: %2.

Fields #

NameDescription
runtimeClass UInt32
pendingOperations UInt32

Event ID 65 — runtimeClass.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
APIs
Opcode
RtcFlush

Description

runtimeClass.CompleteDelivery is pending with: outstanding read operations: pendingOperations.

Message #

%1.CompleteDelivery is pending with: outstanding read operations: %2.

Fields #

NameDescription
runtimeClass UInt32
pendingOperations UInt32

Event ID 66 — Socket connection established: Socket_connection_established.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect

Description

Socket connection established: Socket_connection_established.

Message #

Socket connection established: %1.

Fields #

NameDescription
Socket_connection_established UInt32
connectorType UInt32

Event ID 67 — Proxy lookup for socket connection to 'value' completed successfully: resolutionResult.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect

Description

Proxy lookup for socket connection to 'value' completed successfully: resolutionResult.

Message #

Proxy lookup for socket connection to '%1' completed successfully: %2.

Fields #

NameDescription
value UnicodeString
resolutionResult UInt32

Event ID 68 — Proxy lookup for socket connection to 'value' completed with error errorCode: errorMessage.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect

Description

Proxy lookup for socket connection to 'value' completed with error errorCode: errorMessage.

Message #

Proxy lookup for socket connection to '%1' completed with error %2: %3

Fields #

NameDescription
value UnicodeString
errorCode UInt32
errorMessage UInt32

Event ID 69 — Ignored server certificate error count: Ignored_server_certificate_error_count.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect

Description

Ignored server certificate error count: Ignored_server_certificate_error_count.

Message #

Ignored server certificate error count: %1

Fields #

NameDescription
Ignored_server_certificate_error_count
errorCount UInt32
errorList UInt32

Event ID 70 — Server certificate thumbprint: 'contains_fatal_certificate_errors', certificate error count: certificateThumbprint, contains fatal certificate errors: intermediate_certificate_count, intermediate c...

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketConnect

Description

Server certificate thumbprint: 'contains_fatal_certificate_errors', certificate error count: certificateThumbprint, contains fatal certificate errors: intermediate_certificate_count, intermediate certificate count: errorCount.

Message #

Server certificate thumbprint: '%1', certificate error count: %3, contains fatal certificate errors: %2, intermediate certificate count: %5.

Fields #

NameDescription
contains_fatal_certificate_errors
intermediate_certificate_count1', certificate error count.
certificateThumbprint UnicodeString
hasFatalError Boolean
errorCount UInt32
errorList UInt32
intermediateCertificatesCount UInt32
intermediateCertificatesList UnicodeString

Event ID 71 — Failed to flush reads and wait for pending I/O to complete with context obj.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
SocketIO
Opcode
I/Oerror

Description

Failed to flush reads and wait for pending I/O to complete with context obj. Error was hresult: errorMessage.

Message #

Failed to flush reads and wait for pending I/O to complete with context %1. Error was %2: %3.

Fields #

NameDescription
obj Pointer
hresult UInt32
errorMessage Int32

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect

Description

Handle obj: HTTP/2 enabled.

Message #

Handle %1: HTTP/2 enabled.

Fields #

NameDescription
obj Pointer

Event ID 73 — Status - Line: functionName Status: lineNumber.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Opcode
Info

Description

Status - Line: functionName Status: lineNumber.

Message #

%1 - Line: %2 Status: %3

Fields #

NameDescription
Status1 - Line. NTSTATUS reference
functionName AnsiString
lineNumber Int32
status Int32NTSTATUS reference

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

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect

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 75 — Async operation asyncOperation at asyncObject waiting for completion of server custom validation.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect

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 76 — Async operation asyncOperation at asyncObject failed server custom validation.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect

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 77 — Async operation asyncOperation at asyncObject successfully completed server custom validation.

Provider
Microsoft-Windows-Runtime-Networking
Channel
Tracing
Task
WebSocketConnect

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