C# Class SqlInjection_DatabaseExplorer.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: o2platform/Demos_Files

Public Properties

Property Type Description
bCancelRequest bool
bRawHttpCancelRequest bool
bUpdating bool
iMaxNumberOfActiveThreads int
iNumberOfActiveThreads int
iNumberOfRequestsToSend int
iNumberRequestsReceived int
iNumberRequestsSend int

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : System
return System

Property Details

bCancelRequest public_oe property

public bool bCancelRequest
return bool

bRawHttpCancelRequest public_oe property

public bool bRawHttpCancelRequest
return bool

bUpdating public_oe property

public bool bUpdating
return bool

iMaxNumberOfActiveThreads public_oe property

public int iMaxNumberOfActiveThreads
return int

iNumberOfActiveThreads public_oe property

public int iNumberOfActiveThreads
return int

iNumberOfRequestsToSend public_oe property

public int iNumberOfRequestsToSend
return int

iNumberRequestsReceived public_oe property

public int iNumberRequestsReceived
return int

iNumberRequestsSend public_oe property

public int iNumberRequestsSend
return int