DotRas SDK Documentation |
RasLinkStatistics..::..BytesReceived Property |
RasLinkStatistics Class See Also Send Feedback |
Gets the number of bytes received.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public long BytesReceived { get; } |
Visual Basic |
---|
Public ReadOnly Property BytesReceived As Long Get |
Visual C++ |
---|
public: property long long BytesReceived { long long get (); } |
F# |
---|
member BytesReceived : int64 with get |