Show / Hide Table of Contents

Class AbpNuGetIndexUrlService

Inheritance
System.Object
AbpNuGetIndexUrlService
Namespace: Volo.Abp.Cli.Commands.Services
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpNuGetIndexUrlService : ITransientDependency

Constructors

AbpNuGetIndexUrlService(IApiKeyService)

Declaration
public AbpNuGetIndexUrlService(IApiKeyService apiKeyService)
Parameters
Type Name Description
IApiKeyService apiKeyService

Properties

Logger

Declaration
public ILogger<AbpNuGetIndexUrlService> Logger { get; set; }
Property Value
Type Description
ILogger<AbpNuGetIndexUrlService>

Methods

GetAsync()

Declaration
public Task<string> GetAsync()
Returns
Type Description
Task<System.String>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft