Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
csExWB
SecurityProblemEventArgs
C# Class csExWB.SecurityProblemEventArgs
Inheritance:
System.EventArgs
Show file
Open project: mcorrientes/Web-Security-Toolset
Class Usage Examples
Public Properties
Property
Type
Description
handled
bool
problem
WinInetErrors
retvalue
int
Public Methods
Method
Description
SecurityProblemEventArgs
( ) :
System
SetParameters
(
int
Problem
) :
void
Method Details
SecurityProblemEventArgs()
public
method
public
SecurityProblemEventArgs
( ) :
System
return
System
SetParameters()
public
method
public
SetParameters
(
int
Problem
) :
void
Problem
int
return
void
Property Details
handled
public property
public
bool
handled
return
bool
problem
public property
public
WinInetErrors
problem
return
WinInetErrors
retvalue
public property
public
int
retvalue
return
int