7 references to Proxy
NuGet.Credentials (3)
CredentialService.cs (1)
235
return $"{provider.Id}_{type == CredentialRequestType.
Proxy
}_{uri}";
PluginCredentialProvider.cs (1)
101
if (type == CredentialRequestType.
Proxy
)
SecurePluginCredentialProvider.cs (1)
88
if (type == CredentialRequestType.
Proxy
|| !_isAnAuthenticationPlugin)
NuGet.Protocol (4)
HttpSource\ProxyAuthenticationHandler.cs (1)
213
type: CredentialRequestType.
Proxy
,
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (3)
203
if (requestType == CredentialRequestType.
Proxy
)
268
CredentialRequestType.
Proxy
,
283
return CredentialRequestType.
Proxy
;