3 implementations of GetAsync
NuGet.Credentials (3)
DefaultNetworkCredentialsCredentialProvider.cs (1)
41public Task<CredentialResponse> GetAsync(
PluginCredentialProvider.cs (1)
91public Task<CredentialResponse> GetAsync(
SecurePluginCredentialProvider.cs (1)
85public async Task<CredentialResponse> GetAsync(Uri uri, IWebProxy proxy, CredentialRequestType type, string message, bool isRetry, bool nonInteractive, CancellationToken cancellationToken)
1 reference to GetAsync
NuGet.Credentials (1)
CredentialService.cs (1)
108response = await provider.GetAsync(