OwinAppBuilder.ConfigureBackstop Method (IAppBuilder, HttpConfiguration)

 

Adds a backstop to the OWIN application pipeline resulting in a 404 Not Found response for any requests getting to this part of the pipeline.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Protected Overridable Sub ConfigureBackstop (
	appBuilder As IAppBuilder,
	config As HttpConfiguration
)

Parameters

appBuilder
Type: Owin.IAppBuilder

config
Type: System.Web.Http.HttpConfiguration

The current HttpConfiguration.

Return to top
Show: