C# Class SqlInjection_DatabaseExplorer.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: o2platform/Demos_Files

Méthodes publiques

Свойство Type Description
bCancelRequest bool
bRawHttpCancelRequest bool
bUpdating bool
iMaxNumberOfActiveThreads int
iNumberOfActiveThreads int
iNumberOfRequestsToSend int
iNumberRequestsReceived int
iNumberRequestsSend int

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
btDBSchema_Start_Click ( object sender, System e ) : void
btDBSchema_Stop_Click ( object sender, System e ) : void
btRawHttp_CancelRequest_Click ( object sender, System e ) : void
btSendRawHttpRequest_Click ( object sender, System e ) : void
lbDbSchema_AvailableDatabases_SelectedIndexChanged ( object sender, System e ) : void
lbDbSchema_AvailableTables_SelectedIndexChanged ( object sender, System e ) : void
loadTestData ( ) : void
lvDbSchema_AvailableColumns_SelectedIndexChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

Property Details

bCancelRequest public_oe property

public bool bCancelRequest
Résultat bool

bRawHttpCancelRequest public_oe property

public bool bRawHttpCancelRequest
Résultat bool

bUpdating public_oe property

public bool bUpdating
Résultat bool

iMaxNumberOfActiveThreads public_oe property

public int iMaxNumberOfActiveThreads
Résultat int

iNumberOfActiveThreads public_oe property

public int iNumberOfActiveThreads
Résultat int

iNumberOfRequestsToSend public_oe property

public int iNumberOfRequestsToSend
Résultat int

iNumberRequestsReceived public_oe property

public int iNumberRequestsReceived
Résultat int

iNumberRequestsSend public_oe property

public int iNumberRequestsSend
Résultat int