Skip to main content

Class ServiceCollectionExtensions

Extension methods for configuring services related to the MetaFileSystem in the IServiceCollection.

Namespace: Workspace.XBR.Xperiflow.Utilities.DependencyInjection.Extensions

Assembly: Xperiflow.dll

Declaration
public static class ServiceCollectionExtensions

Methods

AddHttpClientManager(IServiceCollection)

Adds the HttpClientManager to the service collection as a transient service.

Declaration
public static IServiceCollection AddHttpClientManager(this IServiceCollection services)
Returns

Microsoft.Extensions.DependencyInjection.IServiceCollection

The IServiceCollection for chaining further configurations.

Parameters
TypeNameDescription
Microsoft.Extensions.DependencyInjection.IServiceCollectionservicesThe IServiceCollection to configure.

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?