Table of Contents

Class CloudFoundrySecurityStartupFilter

Namespace
Steeltoe.Management.Endpoint.CloudFoundry
Assembly
Steeltoe.Management.EndpointCore.dll
public class CloudFoundrySecurityStartupFilter : IStartupFilter
Inheritance
CloudFoundrySecurityStartupFilter
Implements
Inherited Members

Methods

Configure(Action<IApplicationBuilder>)

Extends the provided next and returns an Action of the same type.

public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)

Parameters

next Action<IApplicationBuilder>

The Configure method to extend.

Returns

Action<IApplicationBuilder>

A modified Action.