Microsoft-Windows-Runtime-Networking

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

Event ID 1: asyncOperation at asyncObject started.

#
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationstart

Message #

%1 at %2 started.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 2: asyncOperation at asyncObject failed to start.

#
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.

#
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationcomplete

Message #

%1 at %2 completed successfully.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

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

#
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationfailure

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.

#
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationabort

Message #

%1 at %2 was cancelled.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 6: asyncOperation at asyncObject was closed.

#
Channel
Tracing
Task
AsyncOperation
Opcode
Asyncoperationclose

Message #

%1 at %2 was closed.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

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

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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'.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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'.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

Add HTTP header '%1: %2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

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

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

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

Fields #

NameDescription
uri UnicodeString

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

#
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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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'.

#
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'.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

Request handle %1 completed synchronously.

Fields #

NameDescription
obj Pointer

Event ID 19: Request context obj completed send asynchronously.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

Request context %1 completed send asynchronously.

Fields #

NameDescription
obj Pointer

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

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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'.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

Request context %1 resubmitting the request.

Fields #

NameDescription
obj Pointer

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

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

Message #

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

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 30: Request context obj was aborted.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
Channel
Tracing
Task
WebSocketConnect
Opcode
HTTPoperation

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.

#
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'.

#
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.

#
Channel
Tracing
Task
APIs
Opcode
APIEnter

Message #

%1::%2 is called.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Event ID 35: runtimeClass::api returned successfully.

#
Channel
Tracing
Task
APIs
Opcode
APIExit

Message #

%1::%2 returned successfully.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

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

#
Channel
Tracing
Task
APIs
Opcode
APIExit

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.

#
Channel
Tracing
Task
APIs
Opcode
APIExit

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.

#
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.

#
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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

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'.

#
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Startread

Message #

DatagramSocket %1 started receiving message at socket %2.

Fields #

NameDescription
obj Pointer
handle Pointer

Event ID 43: DatagramSocket obj failed to start receiving.

#
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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Startread

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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Startread

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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Readcomplete

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.

#
Channel
Tracing
Task
SocketConnect
Opcode
TCPconnected

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.

#
Channel
Tracing
Task
SocketConnect
Opcode
TCPconnected

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.

#
Channel
Tracing
Task
SocketReceive
Opcode
Processingafterread

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.

#
Channel
Tracing
Task
SocketSend
Opcode
Writecomplete

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.

#
Channel
Tracing
Task
SocketSend
Opcode
Startwrite

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.

#
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

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.

#
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

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.

#
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.

#
Channel
Tracing
Task
WebSocketReceive
Opcode
Processingafterread

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.

#
Channel
Tracing
Task
WebSocketSend
Opcode
Startwrite

Message #

WebSocket %1 is sending the close frame.

Fields #

NameDescription
obj Pointer

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

#
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
obj Pointer
statusCode UInt32
statusDescription UnicodeString

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

#
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.

#
Channel
Tracing
Task
SocketSend
Opcode
Writecomplete

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.

#
Channel
Tracing
Task
SocketSend
Opcode
Startwrite

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.

#
Channel
Tracing
Task
APIs
Opcode
RtcCompleteDelivery

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.

#
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
runtimeClass UInt32
pendingOperations UInt32
winsockPendingOperations UInt32
winsockDataAvailable Boolean

Event ID 64: runtimeClass.

#
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.

#
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.

#
Channel
Tracing
Task
SocketConnect

Message #

Socket connection established: %1.

Fields #

NameDescription
connectorType UInt32

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

#
Channel
Tracing
Task
SocketConnect

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.

#
Channel
Tracing
Task
SocketConnect

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.

#
Channel
Tracing
Task
SocketConnect

Message #

Ignored server certificate error count: %1

Fields #

NameDescription
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...

#
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
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.

#
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.

#
Channel
Tracing
Task
WebSocketConnect

Message #

Handle %1: HTTP/2 enabled.

Fields #

NameDescription
obj Pointer

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

#
Channel
Tracing
Opcode
Info

Message #

%1 - Line: %2 Status: %3

Fields #

NameDescription
functionName AnsiString
lineNumber Int32
status Int32NTSTATUS reference

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

#
Channel
Tracing
Task
WebSocketConnect

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.

#
Channel
Tracing
Task
WebSocketConnect

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.

#
Channel
Tracing
Task
WebSocketConnect

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.

#
Channel
Tracing
Task
WebSocketConnect

Message #

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

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Provenance

ETW provider GUID 6eb875eb-8f4a-4800-a00b-e484c97d7561

Defined in Windows.Networking.dll, which carries the event manifest.

  • WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.1, captured 2026-06-02 — Manifest XML pack, 1.9 MB
  • Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.1000, captured 2026-06-02 — Manifest XML pack, 2.0 MB