C# Class NuGet.ProxyService

Inheritance: IProxyService
Afficher le fichier Open project: grendello/nuget

Méthodes publiques

Méthode Description
GetProxy ( Uri uri ) : IWebProxy
IsSystemProxySet ( Uri uri ) : bool
ProxyService ( ) : System
ProxyService ( ICredentialProvider credentialProvider ) : System

Private Methods

Méthode Description
CreateRequest ( Uri uri ) : WebRequest
GetProxyInternal ( Uri uri ) : IWebProxy
GetSystemProxy ( Uri uri ) : WebProxy
IsProxyValid ( IWebProxy proxy, Uri uri ) : bool

Method Details

GetProxy() public méthode

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

IsSystemProxySet() public static méthode

public static IsSystemProxySet ( Uri uri ) : bool
uri System.Uri
Résultat bool

ProxyService() public méthode

public ProxyService ( ) : System
Résultat System

ProxyService() public méthode

public ProxyService ( ICredentialProvider credentialProvider ) : System
credentialProvider ICredentialProvider
Résultat System