Microsoft-Windows-Runtime-Networking

76 events across 1 channel

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

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

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

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

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

Observed on:

  • WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.1, captured 2026-06-02
  • Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.1000, captured 2026-06-02

Downloads