C# Class HttpGhost.Authentication.BasicAuthentication

Inheritance: IAuthenticate
Afficher le fichier Open project: vinntreus/HttpGhost

Méthodes publiques

Méthode Description
BasicAuthentication ( string username, string password ) : System
Process ( Request request ) : void

Private Methods

Méthode Description
GetCredentialsAsBase64 ( ) : string

Method Details

BasicAuthentication() public méthode

public BasicAuthentication ( string username, string password ) : System
username string
password string
Résultat System

Process() public méthode

public Process ( Request request ) : void
request HttpGhost.Transport.Request
Résultat void