ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNetCommon.NetworkStatistics Class Reference

Class that implements INetworkStatistics, providing basic retrieval of network statistics. More...

Inheritance diagram for XmobiTea.ProtonNetCommon.NetworkStatistics:
XmobiTea.ProtonNetCommon.INetworkStatistics XmobiTea.ProtonNetCommon.ChangeNetworkStatistics

Public Member Functions

long GetBytesSent ()
 Gets the total number of bytes sent.
 
long GetBytesReceived ()
 Gets the total number of bytes received.
 
long GetBytesPending ()
 Gets the total number of bytes pending to be sent.
 
long GetBytesSending ()
 Gets the total number of bytes currently being sent.
 
long GetPacketSent ()
 Gets the total number of packets sent.
 
long GetPacketReceived ()
 Gets the total number of packets received.
 
- Public Member Functions inherited from XmobiTea.ProtonNetCommon.INetworkStatistics

Protected Attributes

long bytesSent
 Total number of bytes sent.
 
long bytesReceived
 Total number of bytes received.
 
long bytesPending
 Total number of bytes pending to be sent.
 
long bytesSending
 Total number of bytes currently being sent.
 
long packetSent
 Total number of packets sent.
 
long packetReceived
 Total number of packets received.
 

Detailed Description

Class that implements INetworkStatistics, providing basic retrieval of network statistics.

Member Function Documentation

◆ GetBytesPending()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesPending ( )

Gets the total number of bytes pending to be sent.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.

◆ GetBytesReceived()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesReceived ( )

Gets the total number of bytes received.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.

◆ GetBytesSending()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesSending ( )

Gets the total number of bytes currently being sent.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.

◆ GetBytesSent()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesSent ( )

Gets the total number of bytes sent.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.

◆ GetPacketReceived()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetPacketReceived ( )

Gets the total number of packets received.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.

◆ GetPacketSent()

long XmobiTea.ProtonNetCommon.NetworkStatistics.GetPacketSent ( )

Gets the total number of packets sent.

Implements XmobiTea.ProtonNetCommon.INetworkStatistics.


The documentation for this class was generated from the following file: