ServerStatisticsInfoBytesReceived Property |
The number of server bytes received from the network.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long BytesReceived { get; }
Public ReadOnly Property BytesReceived As Long
Get
public:
property long long BytesReceived {
long long get ();
}
member BytesReceived : int64 with get
Property Value
Type:
Int64See Also