C# 클래스 HttpGhost.Authentication.BasicAuthentication

상속: IAuthenticate
파일 보기 프로젝트 열기: vinntreus/HttpGhost

공개 메소드들

메소드 설명
BasicAuthentication ( string username, string password ) : System
Process ( Request request ) : void

비공개 메소드들

메소드 설명
GetCredentialsAsBase64 ( ) : string

메소드 상세

BasicAuthentication() 공개 메소드

public BasicAuthentication ( string username, string password ) : System
username string
password string
리턴 System

Process() 공개 메소드

public Process ( Request request ) : void
request HttpGhost.Transport.Request
리턴 void