Class RemoteServiceConfigurationProvider
Inheritance
object
RemoteServiceConfigurationProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.Client
Assembly: Volo.Abp.RemoteServices.dll
Syntax
public class RemoteServiceConfigurationProvider : IRemoteServiceConfigurationProvider, IScopedDependency
Constructors
RemoteServiceConfigurationProvider(IOptionsMonitor<AbpRemoteServiceOptions>)
Declaration
public RemoteServiceConfigurationProvider(IOptionsMonitor<AbpRemoteServiceOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptionsMonitor<TOptions><AbpRemoteServiceOptions> | options |
Properties
Options
Declaration
protected AbpRemoteServiceOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpRemoteServiceOptions |
Methods
GetConfigurationOrDefaultAsync(string)
Declaration
public Task<RemoteServiceConfiguration> GetConfigurationOrDefaultAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><RemoteServiceConfiguration> |
GetConfigurationOrDefaultOrNullAsync(string)
Declaration
public Task<RemoteServiceConfiguration> GetConfigurationOrDefaultOrNullAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><RemoteServiceConfiguration> |