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