C# Class csExWB.ProcessUrlActionEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
context System.Guid
flags ProcessUrlActionFlags
handled bool
hasContext bool
url string
urlAction URLACTION
urlPolicy URLPOLICY

Méthodes publiques

Méthode Description
ProcessUrlActionEventArgs ( ) : System
ResetParameters ( ) : void
SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void

Method Details

ProcessUrlActionEventArgs() public méthode

public ProcessUrlActionEventArgs ( ) : System
Résultat System

ResetParameters() public méthode

public ResetParameters ( ) : void
Résultat void

SetParameters() public méthode

public SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void
surl string
action URLACTION
policy URLPOLICY
gcontext System.Guid
puaf ProcessUrlActionFlags
bhascontext bool
Résultat void

Property Details

context public_oe property

public Guid,System context
Résultat System.Guid

flags public_oe property

public ProcessUrlActionFlags flags
Résultat ProcessUrlActionFlags

handled public_oe property

public bool handled
Résultat bool

hasContext public_oe property

public bool hasContext
Résultat bool

url public_oe property

public string url
Résultat string

urlAction public_oe property

public URLACTION urlAction
Résultat URLACTION

urlPolicy public_oe property

public URLPOLICY urlPolicy
Résultat URLPOLICY