LumiSoft Net Help
PacketsSent Property
NamespacesLumiSoft.Net.UDPUDP_ServerPacketsSent
Gets how many UDP packets this UDP server has sent since start.
Declaration Syntax
C#Visual BasicVisual C++F#
public long PacketsSent { get; }
Public ReadOnly Property PacketsSent As Long
	Get
public:
property long long PacketsSent {
	long long get ();
}
member PacketsSent : int64 with get
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
InvalidOperationExceptionIs raised whan UDP server is not running and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119