Click or drag to resize

DownloadUnit Enumeration

Represents the download unit used by the download speed.

Namespace:  UMod.Streaming
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum DownloadUnit
Members
  Member nameValueDescription
Bytes0 Represents a download speed measured in bytes per second.
KiloBytes1 Represents a download speed measured in kilo bytes per second.
MegaBytes2 Represents a download speed measured in mega bytes per second.
See Also