C# Class NuGet.ProxyCache

Inheritance: IProxyCache
Afficher le fichier Open project: themotleyfool/NuGet

Méthodes publiques

Méthode Description
Add ( IWebProxy proxy ) : void
GetProxy ( Uri uri ) : IWebProxy
ProxyCache ( XmlDocument document ) : System

Private Methods

Méthode Description
GetConfigValue ( string key, bool decrypt = false ) : string
GetSystemProxy ( Uri uri ) : WebProxy
GetUserConfiguredProxy ( ) : WebProxy
IsSystemProxySet ( Uri uri ) : bool

Return true or false if connecting through a proxy server

Method Details

Add() public méthode

public Add ( IWebProxy proxy ) : void
proxy IWebProxy
Résultat void

GetProxy() public méthode

public GetProxy ( Uri uri ) : IWebProxy
uri System.Uri
Résultat IWebProxy

ProxyCache() public méthode

public ProxyCache ( XmlDocument document ) : System
document XmlDocument
Résultat System