NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Networking Counters

Title Definition
Bytes Received The total number of bytes that were received by the program over the network since the program began executing.
Bytes Sent The total number of bytes that were sent by the program over the network since the program began executing.
Connections Active The number of network connections that are currently active.
Datagrams Received The total number of datagrams that were received by the program over the network since the program began executing. Datagrams are used to implement connectionless networking.
Datagrams Sent The total number of datagrams that were sent by the program over the network since the program began executing. Datagrams are used to implement connectionless networking.