C# Class System.Net.BasicClient

Inheritance: IAuthenticationModule
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization

Private Methods

Méthode Description
EncodingRightGetBytes ( string rawString ) : byte[]
Lookup ( HttpWebRequest httpWebRequest, ICredentials credentials ) : Authorization

Method Details

Authenticate() public méthode

public Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
challenge string
webRequest WebRequest
credentials ICredentials
Résultat Authorization

PreAuthenticate() public méthode

public PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization
webRequest WebRequest
credentials ICredentials
Résultat Authorization