Statistics Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Statistics on this NetPeer since it was initialized

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public NetPeerStatistics Statistics { get; }
Visual Basic
Public ReadOnly Property Statistics As NetPeerStatistics
	Get
Visual C++
public:
property NetPeerStatistics^ Statistics {
	NetPeerStatistics^ get ();
}

See Also