C# 클래스 csExWB.ProcessUrlActionEventArgs

상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
context System.Guid
flags ProcessUrlActionFlags
handled bool
hasContext bool
url string
urlAction URLACTION
urlPolicy URLPOLICY

공개 메소드들

메소드 설명
ProcessUrlActionEventArgs ( ) : System
ResetParameters ( ) : void
SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void

메소드 상세

ProcessUrlActionEventArgs() 공개 메소드

public ProcessUrlActionEventArgs ( ) : System
리턴 System

ResetParameters() 공개 메소드

public ResetParameters ( ) : void
리턴 void

SetParameters() 공개 메소드

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
리턴 void

프로퍼티 상세

context 공개적으로 프로퍼티

public Guid,System context
리턴 System.Guid

flags 공개적으로 프로퍼티

public ProcessUrlActionFlags flags
리턴 ProcessUrlActionFlags

handled 공개적으로 프로퍼티

public bool handled
리턴 bool

hasContext 공개적으로 프로퍼티

public bool hasContext
리턴 bool

url 공개적으로 프로퍼티

public string url
리턴 string

urlAction 공개적으로 프로퍼티

public URLACTION urlAction
리턴 URLACTION

urlPolicy 공개적으로 프로퍼티

public URLPOLICY urlPolicy
리턴 URLPOLICY