C# 클래스 pGina.Plugin.HttpAuth.HttpAccessor

파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
getPwChangeResponse ( String uname, String pwd, String old ) : BooleanResult
getResponse ( String uname, String pwd ) : BooleanResult
getUserInfo ( String uname ) : UInfo

비공개 메소드들

메소드 설명
HttpAccessor ( ) : System

메소드 상세

getPwChangeResponse() 공개 정적인 메소드

public static getPwChangeResponse ( String uname, String pwd, String old ) : BooleanResult
uname String
pwd String
old String
리턴 pGina.Shared.Types.BooleanResult

getResponse() 공개 정적인 메소드

public static getResponse ( String uname, String pwd ) : BooleanResult
uname String
pwd String
리턴 pGina.Shared.Types.BooleanResult

getUserInfo() 공개 정적인 메소드

public static getUserInfo ( String uname ) : UInfo
uname String
리턴 UInfo