C# Class Owin.Loader.NullLoader

A default fallback loader that does nothing.
Mostra file Open project: owin/museum-piece-owin-hosting

Private Properties

Property Type Description

Public Methods

Method Description
Load ( string startup ) : Action

A placeholder method that always returns null.

Method Details

Load() public method

A placeholder method that always returns null.
public Load ( string startup ) : Action
startup string
return Action