Gets how many UDP packets this UDP server has received since start.

C# | Visual Basic | Visual C++ | F# |
public long PacketsReceived { get; }
Public ReadOnly Property PacketsReceived As Long Get
public: property long long PacketsReceived { long long get (); }
member PacketsReceived : int64 with get


Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
InvalidOperationException | Is raised whan UDP server is not running and this property is accessed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119