C# 클래스 csExWB.FileDownloadExAuthenticateEventArgs

상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 프로퍼티들

프로퍼티 타입 설명
m_dlUID int
password string
username string

공개 메소드들

메소드 설명
FileDownloadExAuthenticateEventArgs ( ) : System
Reset ( ) : void
SetParameters ( int uid ) : void

메소드 상세

FileDownloadExAuthenticateEventArgs() 공개 메소드

public FileDownloadExAuthenticateEventArgs ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetParameters() 공개 메소드

public SetParameters ( int uid ) : void
uid int
리턴 void

프로퍼티 상세

m_dlUID 공개적으로 프로퍼티

public int m_dlUID
리턴 int

password 공개적으로 프로퍼티

public string password
리턴 string

username 공개적으로 프로퍼티

public string username
리턴 string