C# 클래스 LowDig.Session

파일 보기 프로젝트 열기: Ezzpify/FindLowDigAccounts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mAccountsFound int

공개 메소드들

메소드 설명
Session ( Config settings ) : System

Class constructor

비공개 메소드들

메소드 설명
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

메소드 상세

Session() 공개 메소드

Class constructor
public Session ( Config settings ) : System
settings Config
리턴 System

프로퍼티 상세

mAccountsFound 공개적으로 프로퍼티

Public variables
public int mAccountsFound
리턴 int