C# Class NuGet.Test.ProxyCacheTest

Mostra file Open project: xero-github/Nuget

Private Methods

Method Description
AssertProxy ( dynamic expected, WebProxy actual ) : void
GetUserConfiguredProxyDoesNotSetProxyCredentialsIfNullOrEmptyInSettings ( ) : void
GetUserConfiguredProxyIgnoresEnvironmentVariableIfNotValid ( string proxyValue ) : void
GetUserConfiguredProxyIgnoresNullOrEmptyHostValuesInSetting ( string host ) : void
GetUserConfiguredProxyReadsCredentialsFromEnvironmentVariable ( string input, string host, string username, string password ) : void
GetUserConfiguredProxyReadsHostFromEnvironmentVariable ( ) : void
GetUserConfiguredProxyReadsProxyValuesFromSettings ( ) : void
GetUserConfiguredProxyReturnsNullIfValueIsNotFoundInEnvironmentOrSettings ( ) : void