C# Class NuGet.ProxyService

Inheritance: IProxyService
Exibir arquivo Open project: grendello/nuget

Public Methods

Method Description
GetProxy ( Uri uri ) : IWebProxy
IsSystemProxySet ( Uri uri ) : bool
ProxyService ( ) : System
ProxyService ( ICredentialProvider credentialProvider ) : System

Private Methods

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

Method Details

GetProxy() public method

public GetProxy ( Uri uri ) : IWebProxy
uri System.Uri
return IWebProxy

IsSystemProxySet() public static method

public static IsSystemProxySet ( Uri uri ) : bool
uri System.Uri
return bool

ProxyService() public method

public ProxyService ( ) : System
return System

ProxyService() public method

public ProxyService ( ICredentialProvider credentialProvider ) : System
credentialProvider ICredentialProvider
return System