-
Notifications
You must be signed in to change notification settings - Fork 1
Facility
Martin Halliday edited this page Jul 14, 2016
·
1 revision
In the context of the OWIN Framework a facility is a reusable package that provides functionality that my be useful to several middleware classes but is not middleware itself, and does not get inserted into the OWIN pipeline.
The facilities that are currently defined by the OWIN Framework are listed on the interfaces page.