Table of Contents

Class CloudFoundryHostBuilderExtensions

Namespace
Steeltoe.Extensions.Configuration.CloudFoundry
Assembly
Steeltoe.Extensions.Configuration.CloudFoundryCore.dll
public static class CloudFoundryHostBuilderExtensions
Inheritance
CloudFoundryHostBuilderExtensions
Inherited Members

Methods

AddCloudFoundry(IWebHostBuilder)

Add Cloud Foundry Configuration Provider

[Obsolete("This method has been removed, please use AddCloudFoundryConfiguration instead", true)]
public static IWebHostBuilder AddCloudFoundry(this IWebHostBuilder hostBuilder)

Parameters

hostBuilder IWebHostBuilder

Your HostBuilder

Returns

IWebHostBuilder

AddCloudFoundry(IHostBuilder)

Add Cloud Foundry Configuration Provider

[Obsolete("This method has been removed, please use AddCloudFoundryConfiguration instead", true)]
public static IHostBuilder AddCloudFoundry(this IHostBuilder hostBuilder)

Parameters

hostBuilder IHostBuilder

Your WebHostBuilder

Returns

IHostBuilder

AddCloudFoundryConfiguration(IWebHostBuilder)

Add Cloud Foundry Configuration Provider

public static IWebHostBuilder AddCloudFoundryConfiguration(this IWebHostBuilder hostBuilder)

Parameters

hostBuilder IWebHostBuilder

Your HostBuilder

Returns

IWebHostBuilder

AddCloudFoundryConfiguration(IHostBuilder)

Add Cloud Foundry Configuration Provider

public static IHostBuilder AddCloudFoundryConfiguration(this IHostBuilder hostBuilder)

Parameters

hostBuilder IHostBuilder

Your WebHostBuilder

Returns

IHostBuilder