C# Class LowDig.Session

Mostra file Open project: Ezzpify/FindLowDigAccounts Class Usage Examples

Public Properties

Property Type Description
mAccountsFound int

Public Methods

Method Description
Session ( Config settings ) : System

Class constructor

Private Methods

Method Description
IsEmailGood ( string address ) : bool

Checks if an e-mail address is okay

LoadProxies ( ) : void

Loads all proxies from proxies.txt

ParseResponse ( object o, DownloadStringCompletedEventArgs e, string steamId ) : void

Parses the response from query

QueryProfile ( int server, int steamDigit ) : void

Queries a steam profile async Passes response to ParseResponse()

Work ( ) : void

Search thread function This will search for accounts using three seperate threads

Method Details

Session() public method

Class constructor
public Session ( Config settings ) : System
settings Config
return System

Property Details

mAccountsFound public_oe property

Public variables
public int mAccountsFound
return int