|
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Class that implements IServerNetworkStatistics, providing basic retrieval of server network statistics. More...
Public Member Functions | |
| long | GetBytesSent () |
| Gets the total number of bytes sent. | |
| long | GetBytesReceived () |
| Gets the total number of bytes received. | |
| 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.IServerNetworkStatistics | |
Class that implements IServerNetworkStatistics, providing basic retrieval of server network statistics.
| long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetBytesReceived | ( | ) |
Gets the total number of bytes received.
Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.
| long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetBytesSent | ( | ) |
Gets the total number of bytes sent.
Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.
| long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetPacketReceived | ( | ) |
Gets the total number of packets received.
Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.
| long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetPacketSent | ( | ) |
Gets the total number of packets sent.
Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.