BogaNet 1.4.0
Loading...
Searching...
No Matches
Static Public Member Functions | Properties | List of all members
BogaNet.TrueRandom.CheckQuota Class Referenceabstract

Gets the remaining quota from www.random.org. More...

Static Public Member Functions

static int GetQuota ()
 Gets the remaining quota in bits from the server.
 
static async Task< int > GetQuotaAsync ()
 Gets the remaining quota in bits from the server asynchronously.
 

Properties

static int Quota [get]
 Returns the remaining quota in bits from the last check.
 

Detailed Description

Gets the remaining quota from www.random.org.

Member Function Documentation

◆ GetQuota()

static int BogaNet.TrueRandom.CheckQuota.GetQuota ( )
static

Gets the remaining quota in bits from the server.

◆ GetQuotaAsync()

static async Task< int > BogaNet.TrueRandom.CheckQuota.GetQuotaAsync ( )
static

Gets the remaining quota in bits from the server asynchronously.

Property Documentation

◆ Quota

int BogaNet.TrueRandom.CheckQuota.Quota
staticget

Returns the remaining quota in bits from the last check.

Returns
Remaining quota in bits from the last check.

The documentation for this class was generated from the following file: