Click or drag to resize

PlayerNetworkStats Property

Note: This API is now obsolete.

Gets this player's network stats and saves them into a string.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
[ObsoleteAttribute("Use the properties ConnectionStatus, BytesReceived, BytesSent and others instead")]
public string NetworkStats { get; }

Property Value

Type: String
See Also