Show / Hide Table of Contents

Class RemoteServiceConfigurationProviderExtensions

Inheritance
object
RemoteServiceConfigurationProviderExtensions
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 static class RemoteServiceConfigurationProviderExtensions

Methods

GetConfigurationOrDefaultAsync(IRemoteServiceConfigurationProvider)

Declaration
public static Task<RemoteServiceConfiguration> GetConfigurationOrDefaultAsync(this IRemoteServiceConfigurationProvider provider)
Parameters
Type Name Description
IRemoteServiceConfigurationProvider provider
Returns
Type Description
Task<RemoteServiceConfiguration>

GetConfigurationOrDefaultOrNullAsync(IRemoteServiceConfigurationProvider)

Declaration
public static Task<RemoteServiceConfiguration?> GetConfigurationOrDefaultOrNullAsync(this IRemoteServiceConfigurationProvider provider)
Parameters
Type Name Description
IRemoteServiceConfigurationProvider provider
Returns
Type Description
Task<RemoteServiceConfiguration>
In this article
Back to top Powered by ABP.IO Platform