ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Class that implements INetworkStatistics, providing basic retrieval of 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 | 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 |
Class that implements INetworkStatistics, providing basic retrieval of network statistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesPending | ( | ) |
Gets the total number of bytes pending to be sent.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesReceived | ( | ) |
Gets the total number of bytes received.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesSending | ( | ) |
Gets the total number of bytes currently being sent.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetBytesSent | ( | ) |
Gets the total number of bytes sent.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetPacketReceived | ( | ) |
Gets the total number of packets received.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.
long XmobiTea.ProtonNetCommon.NetworkStatistics.GetPacketSent | ( | ) |
Gets the total number of packets sent.
Implements XmobiTea.ProtonNetCommon.INetworkStatistics.