Microsoft.Owin.Hosting.xml 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Owin.Hosting</name>
  5. </assembly>
  6. <members>
  7. <member name="T:SharedResourceNamespace.LoaderResources">
  8. <summary>
  9. A strongly-typed resource class, for looking up localized strings, etc.
  10. </summary>
  11. </member>
  12. <member name="P:SharedResourceNamespace.LoaderResources.ResourceManager">
  13. <summary>
  14. Returns the cached ResourceManager instance used by this class.
  15. </summary>
  16. </member>
  17. <member name="P:SharedResourceNamespace.LoaderResources.Culture">
  18. <summary>
  19. Overrides the current thread's CurrentUICulture property for all
  20. resource lookups using this strongly typed resource class.
  21. </summary>
  22. </member>
  23. <member name="P:SharedResourceNamespace.LoaderResources.AssemblyNotFound">
  24. <summary>
  25. Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the assembly &apos;{1}&apos; was not found..
  26. </summary>
  27. </member>
  28. <member name="P:SharedResourceNamespace.LoaderResources.ClassNotFoundInAssembly">
  29. <summary>
  30. Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the class &apos;{1}&apos; was not found in assembly &apos;{2}&apos;..
  31. </summary>
  32. </member>
  33. <member name="P:SharedResourceNamespace.LoaderResources.Exception_AttributeNameConflict">
  34. <summary>
  35. Looks up a localized string similar to The OwinStartup attribute discovered in assembly &apos;{0}&apos; referencing startup type &apos;{1}&apos; conflicts with the attribute in assembly &apos;{2}&apos; referencing startup type &apos;{3}&apos; because they have the same FriendlyName &apos;{4}&apos;. Remove or rename one of the attributes, or reference the desired type directly..
  36. </summary>
  37. </member>
  38. <member name="P:SharedResourceNamespace.LoaderResources.Exception_StartupTypeConflict">
  39. <summary>
  40. Looks up a localized string similar to The discovered startup type &apos;{0}&apos; conflicts with the type &apos;{1}&apos;. Remove or rename one of the types, or reference the desired type directly..
  41. </summary>
  42. </member>
  43. <member name="P:SharedResourceNamespace.LoaderResources.FriendlyNameMismatch">
  44. <summary>
  45. Looks up a localized string similar to The OwinStartupAttribute.FriendlyName value &apos;{0}&apos; does not match the given value &apos;{1}&apos; in Assembly &apos;{2}&apos;..
  46. </summary>
  47. </member>
  48. <member name="P:SharedResourceNamespace.LoaderResources.MethodNotFoundInClass">
  49. <summary>
  50. Looks up a localized string similar to No &apos;{0}&apos; method was found in class &apos;{1}&apos;..
  51. </summary>
  52. </member>
  53. <member name="P:SharedResourceNamespace.LoaderResources.NoAssemblyWithStartupClass">
  54. <summary>
  55. Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class..
  56. </summary>
  57. </member>
  58. <member name="P:SharedResourceNamespace.LoaderResources.NoOwinStartupAttribute">
  59. <summary>
  60. Looks up a localized string similar to No assembly found containing an OwinStartupAttribute..
  61. </summary>
  62. </member>
  63. <member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyEmpty">
  64. <summary>
  65. Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly &apos;{0}&apos;..
  66. </summary>
  67. </member>
  68. <member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyMissing">
  69. <summary>
  70. Looks up a localized string similar to The type &apos;{0}&apos; referenced from assembly &apos;{1}&apos; does not define a property &apos;StartupType&apos; of type &apos;Type&apos;..
  71. </summary>
  72. </member>
  73. <member name="P:SharedResourceNamespace.LoaderResources.TypeOrMethodNotFound">
  74. <summary>
  75. Looks up a localized string similar to The given type or method &apos;{0}&apos; was not found. Try specifying the Assembly..
  76. </summary>
  77. </member>
  78. <member name="P:SharedResourceNamespace.LoaderResources.UnexpectedMethodSignature">
  79. <summary>
  80. Looks up a localized string similar to The &apos;{0}&apos; method on class &apos;{1}&apos; does not have the expected signature &apos;void {0}(IAppBuilder)&apos;..
  81. </summary>
  82. </member>
  83. <member name="T:Microsoft.Owin.Hosting.Builder.AppActivator">
  84. <summary>
  85. Used to instantiate the application entry point. e.g. the Startup class.
  86. </summary>
  87. </member>
  88. <member name="M:Microsoft.Owin.Hosting.Builder.AppActivator.#ctor(System.IServiceProvider)">
  89. <summary>
  90. Creates a new AppActivator.
  91. </summary>
  92. <param name="services"></param>
  93. </member>
  94. <member name="M:Microsoft.Owin.Hosting.Builder.AppActivator.Activate(System.Type)">
  95. <summary>
  96. Instantiate an instance of the given type, injecting any available services.
  97. </summary>
  98. <param name="type"></param>
  99. <returns></returns>
  100. </member>
  101. <member name="T:Microsoft.Owin.Hosting.Builder.AppBuilderFactory">
  102. <summary>
  103. Provides an IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
  104. </summary>
  105. </member>
  106. <member name="M:Microsoft.Owin.Hosting.Builder.AppBuilderFactory.Create">
  107. <summary>
  108. Create a new IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
  109. </summary>
  110. <returns></returns>
  111. </member>
  112. <member name="T:Microsoft.Owin.Hosting.Builder.IAppActivator">
  113. <summary>
  114. Used to instantiate the application entry point. e.g. the Startup class.
  115. </summary>
  116. </member>
  117. <member name="M:Microsoft.Owin.Hosting.Builder.IAppActivator.Activate(System.Type)">
  118. <summary>
  119. Instantiate an instance of the given type.
  120. </summary>
  121. <param name="type"></param>
  122. <returns></returns>
  123. </member>
  124. <member name="T:Microsoft.Owin.Hosting.Builder.IAppBuilderFactory">
  125. <summary>
  126. Provides an IAppBuilder instance.
  127. </summary>
  128. </member>
  129. <member name="M:Microsoft.Owin.Hosting.Builder.IAppBuilderFactory.Create">
  130. <summary>
  131. Create a new IAppBuilder instance.
  132. </summary>
  133. <returns></returns>
  134. </member>
  135. <member name="T:Microsoft.Owin.Hosting.Engine.HostingEngine">
  136. <summary>
  137. Used to initialize and start a web application.
  138. </summary>
  139. </member>
  140. <member name="M:Microsoft.Owin.Hosting.Engine.HostingEngine.#ctor(Microsoft.Owin.Hosting.Builder.IAppBuilderFactory,Microsoft.Owin.Hosting.Tracing.ITraceOutputFactory,Microsoft.Owin.Hosting.Loader.IAppLoader,Microsoft.Owin.Hosting.ServerFactory.IServerFactoryLoader,Microsoft.Owin.Logging.ILoggerFactory)">
  141. <summary>
  142. </summary>
  143. <param name="appBuilderFactory"></param>
  144. <param name="traceOutputFactory"></param>
  145. <param name="appLoader"></param>
  146. <param name="serverFactoryLoader"></param>
  147. <param name="loggerFactory"></param>
  148. </member>
  149. <member name="P:Microsoft.Owin.Hosting.Engine.HostingEngine.DefaultPort">
  150. <summary>
  151. Gets the default port number.
  152. </summary>
  153. <returns>The default port number.</returns>
  154. </member>
  155. <member name="M:Microsoft.Owin.Hosting.Engine.HostingEngine.Start(Microsoft.Owin.Hosting.Engine.StartContext)">
  156. <summary>
  157. Initialize and start a web application.
  158. Major Steps:
  159. - Find and initialize the ServerFactory
  160. - Find and initialize the application
  161. - Start the server
  162. </summary>
  163. <param name="context"></param>
  164. <returns></returns>
  165. </member>
  166. <member name="M:Microsoft.Owin.Hosting.Engine.HostingEngine.TryDetermineCustomPort(Microsoft.Owin.Hosting.StartOptions,System.Int32@)">
  167. <summary>
  168. Tries to determine a custom port setting from the startup options or the port environment variable.
  169. </summary>
  170. <param name="options">The OWIN application startup options.</param>
  171. <param name="port">The port number.</param>
  172. <returns>True if a valid custom port was set, false if not.</returns>
  173. </member>
  174. <member name="T:Microsoft.Owin.Hosting.Engine.IHostingEngine">
  175. <summary>
  176. Initializes and starts a web application.
  177. </summary>
  178. </member>
  179. <member name="M:Microsoft.Owin.Hosting.Engine.IHostingEngine.Start(Microsoft.Owin.Hosting.Engine.StartContext)">
  180. <summary>
  181. Initializes and starts a web application.
  182. </summary>
  183. <param name="context"></param>
  184. <returns></returns>
  185. </member>
  186. <member name="T:Microsoft.Owin.Hosting.Engine.StartContext">
  187. <summary>
  188. This class contains the relevant application and server state during startup.
  189. </summary>
  190. </member>
  191. <member name="M:Microsoft.Owin.Hosting.Engine.StartContext.#ctor(Microsoft.Owin.Hosting.StartOptions)">
  192. <summary>
  193. Create a new StartContext with the given options.
  194. If the given options do not define any settings, then settings will be loaded from the config.
  195. </summary>
  196. <param name="options"></param>
  197. </member>
  198. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.Options">
  199. <summary>
  200. The initial options provided to the constructor.
  201. </summary>
  202. </member>
  203. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.ServerFactory">
  204. <summary>
  205. The factory used to instantiate the server.
  206. </summary>
  207. </member>
  208. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.Builder">
  209. <summary>
  210. The IAppBuilder used to construct the OWIN application pipeline.
  211. </summary>
  212. </member>
  213. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.App">
  214. <summary>
  215. The constructed OWIN application pipeline.
  216. </summary>
  217. </member>
  218. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.Startup">
  219. <summary>
  220. The application entry point where the pipeline is defined.
  221. </summary>
  222. </member>
  223. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.TraceOutput">
  224. <summary>
  225. A TextWriter for writing diagnostic data to.
  226. </summary>
  227. </member>
  228. <member name="P:Microsoft.Owin.Hosting.Engine.StartContext.EnvironmentData">
  229. <summary>
  230. A list of keys and their associated values that will be injected by the host into each OWIN request environment.
  231. </summary>
  232. </member>
  233. <member name="T:Microsoft.Owin.Hosting.Loader.AppLoader">
  234. <summary>
  235. Attempts to find the entry point for an app.
  236. </summary>
  237. </member>
  238. <member name="M:Microsoft.Owin.Hosting.Loader.AppLoader.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Owin.Hosting.Loader.IAppLoaderFactory})">
  239. <summary>
  240. </summary>
  241. <param name="providers"></param>
  242. </member>
  243. <member name="M:Microsoft.Owin.Hosting.Loader.AppLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
  244. <summary>
  245. Attempts to find the entry point for a given configuration string.
  246. </summary>
  247. <param name="appName"></param>
  248. <param name="errors"></param>
  249. <returns></returns>
  250. </member>
  251. <member name="T:Microsoft.Owin.Hosting.Loader.AppLoaderFactory">
  252. <summary>
  253. Initializes a new app loader.
  254. </summary>
  255. </member>
  256. <member name="M:Microsoft.Owin.Hosting.Loader.AppLoaderFactory.#ctor(Microsoft.Owin.Hosting.Builder.IAppActivator)">
  257. <summary>
  258. </summary>
  259. <param name="activator"></param>
  260. </member>
  261. <member name="P:Microsoft.Owin.Hosting.Loader.AppLoaderFactory.Order">
  262. <summary>
  263. Not currently used.
  264. </summary>
  265. </member>
  266. <member name="M:Microsoft.Owin.Hosting.Loader.AppLoaderFactory.Create(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
  267. <summary>
  268. Create a new chained app loader.
  269. </summary>
  270. <param name="nextLoader"></param>
  271. <returns></returns>
  272. </member>
  273. <member name="T:Microsoft.Owin.Hosting.Loader.IAppLoader">
  274. <summary>
  275. Attempts to find the entry point for an app.
  276. </summary>
  277. </member>
  278. <member name="M:Microsoft.Owin.Hosting.Loader.IAppLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
  279. <summary>
  280. Attempts to find the entry point for a given configuration string.
  281. </summary>
  282. <param name="appName"></param>
  283. <param name="errors"></param>
  284. <returns></returns>
  285. </member>
  286. <member name="T:Microsoft.Owin.Hosting.Loader.IAppLoaderFactory">
  287. <summary>
  288. Initializes a new app loader.
  289. </summary>
  290. </member>
  291. <member name="P:Microsoft.Owin.Hosting.Loader.IAppLoaderFactory.Order">
  292. <summary>
  293. Not currently used.
  294. </summary>
  295. </member>
  296. <member name="M:Microsoft.Owin.Hosting.Loader.IAppLoaderFactory.Create(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
  297. <summary>
  298. Create a new chained app loader.
  299. </summary>
  300. <param name="nextLoader"></param>
  301. <returns></returns>
  302. </member>
  303. <member name="T:Microsoft.Owin.Hosting.Resources">
  304. <summary>
  305. A strongly-typed resource class, for looking up localized strings, etc.
  306. </summary>
  307. </member>
  308. <member name="P:Microsoft.Owin.Hosting.Resources.ResourceManager">
  309. <summary>
  310. Returns the cached ResourceManager instance used by this class.
  311. </summary>
  312. </member>
  313. <member name="P:Microsoft.Owin.Hosting.Resources.Culture">
  314. <summary>
  315. Overrides the current thread's CurrentUICulture property for all
  316. resource lookups using this strongly typed resource class.
  317. </summary>
  318. </member>
  319. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_AppLoadFailure">
  320. <summary>
  321. Looks up a localized string similar to The following errors occurred while attempting to load the app..
  322. </summary>
  323. </member>
  324. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_FailedToResolveService">
  325. <summary>
  326. Looks up a localized string similar to Failed to resolve an instance of {0} from the IServiceProvider..
  327. </summary>
  328. </member>
  329. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_ImproperlyFormattedSettingsFile">
  330. <summary>
  331. Looks up a localized string similar to The settings file is improperly formatted. It should consist of one name=value pair per line. Empty lines or lines beginning with &apos;#&apos; are ignored..
  332. </summary>
  333. </member>
  334. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_ServerFactoryParameterCount">
  335. <summary>
  336. Looks up a localized string similar to The &apos;{0}&apos; Create method must take two parameters..
  337. </summary>
  338. </member>
  339. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_ServerFactoryParameterType">
  340. <summary>
  341. Looks up a localized string similar to The &apos;{0}&apos; Create method must have a second parameter of type IDictionary&lt;string,object&gt;..
  342. </summary>
  343. </member>
  344. <member name="P:Microsoft.Owin.Hosting.Resources.Exception_ServerNotFound">
  345. <summary>
  346. Looks up a localized string similar to The server factory could not be located for the given input: {0}.
  347. </summary>
  348. </member>
  349. <member name="T:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryActivator">
  350. <summary>
  351. Used to instantiate the server factory.
  352. </summary>
  353. </member>
  354. <member name="M:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryActivator.Activate(System.Type)">
  355. <summary>
  356. Instantiate an instance of the given type.
  357. </summary>
  358. <param name="type"></param>
  359. <returns></returns>
  360. </member>
  361. <member name="T:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter">
  362. <summary>
  363. The basic ServerFactory contract.
  364. </summary>
  365. </member>
  366. <member name="M:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter.Initialize(Owin.IAppBuilder)">
  367. <summary>
  368. An optional method that allows the server factory to specify its capabilities.
  369. </summary>
  370. <param name="builder"></param>
  371. </member>
  372. <member name="M:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter.Create(Owin.IAppBuilder)">
  373. <summary>
  374. Starts a server with the given app instance.
  375. </summary>
  376. <param name="builder"></param>
  377. <returns></returns>
  378. </member>
  379. <member name="T:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryLoader">
  380. <summary>
  381. Used to locate and load the named server factory.
  382. </summary>
  383. </member>
  384. <member name="M:Microsoft.Owin.Hosting.ServerFactory.IServerFactoryLoader.Load(System.String)">
  385. <summary>
  386. Used to locate and load the named server factory.
  387. </summary>
  388. <param name="serverName"></param>
  389. <returns></returns>
  390. </member>
  391. <member name="T:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryActivator">
  392. <summary>
  393. Used to instantiate the server factory.
  394. </summary>
  395. </member>
  396. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryActivator.#ctor(System.IServiceProvider)">
  397. <summary>
  398. </summary>
  399. <param name="services"></param>
  400. </member>
  401. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryActivator.Activate(System.Type)">
  402. <summary>
  403. Instantiate an instance of the given type.
  404. </summary>
  405. <param name="type"></param>
  406. <returns></returns>
  407. </member>
  408. <member name="T:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter">
  409. <summary>
  410. The basic ServerFactory contract.
  411. </summary>
  412. </member>
  413. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.#ctor(System.Object)">
  414. <summary>
  415. Creates a wrapper around the given server factory instance.
  416. </summary>
  417. <param name="serverFactory"></param>
  418. </member>
  419. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.#ctor(System.Type,Microsoft.Owin.Hosting.ServerFactory.IServerFactoryActivator)">
  420. <summary>
  421. Creates a wrapper around the given server factory type.
  422. </summary>
  423. <param name="serverFactoryType"></param>
  424. <param name="activator"></param>
  425. </member>
  426. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.Initialize(Owin.IAppBuilder)">
  427. <summary>
  428. Calls the optional Initialize method on the server factory.
  429. The method may be static or instance, and may accept either
  430. an IAppBuilder or the IAppBuilder.Properties IDictionary&lt;string, object&gt;.
  431. </summary>
  432. <param name="builder"></param>
  433. </member>
  434. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.Create(Owin.IAppBuilder)">
  435. <summary>
  436. Calls the Create method on the server factory.
  437. The method may be static or instance, and may accept the AppFunc and the
  438. IAppBuilder.Properties IDictionary&lt;string, object&gt;.
  439. </summary>
  440. <param name="builder"></param>
  441. <returns></returns>
  442. </member>
  443. <member name="T:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryLoader">
  444. <summary>
  445. Located and loads the server factory.
  446. </summary>
  447. </member>
  448. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryLoader.#ctor(Microsoft.Owin.Hosting.ServerFactory.IServerFactoryActivator)">
  449. <summary>
  450. Allows for a Dependency Injection activator to be specified.
  451. </summary>
  452. <param name="activator"></param>
  453. </member>
  454. <member name="M:Microsoft.Owin.Hosting.ServerFactory.ServerFactoryLoader.Load(System.String)">
  455. <summary>
  456. Executes the loader, searching for the server factory by name.
  457. Acceptable inputs:
  458. - Assembly.Name. Look for type Assembly.Name.ServerFactory in the assembly Assembly.Name.
  459. - Assembly.Name.FactoryName. Look for type Assembly.Name.FactoryName in the assembly Assembly.Name.
  460. </summary>
  461. <param name="serverName">The name of the assembly and type of the server factory</param>
  462. <returns></returns>
  463. </member>
  464. <member name="T:Microsoft.Owin.Hosting.Services.ActivatorUtilities">
  465. <summary>
  466. Helper code for the various activator services.
  467. </summary>
  468. </member>
  469. <member name="M:Microsoft.Owin.Hosting.Services.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)">
  470. <summary>
  471. Retrieve an instance of the given type from the service provider. If one is not found then instantiate it directly.
  472. </summary>
  473. <param name="services"></param>
  474. <param name="type"></param>
  475. <returns></returns>
  476. </member>
  477. <member name="M:Microsoft.Owin.Hosting.Services.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type)">
  478. <summary>
  479. Instantiate an object of the given type, using constructor service injection if possible.
  480. </summary>
  481. <param name="services"></param>
  482. <param name="type"></param>
  483. <returns></returns>
  484. </member>
  485. <member name="M:Microsoft.Owin.Hosting.Services.ActivatorUtilities.CreateFactory(System.Type)">
  486. <summary>
  487. Creates a factory to instantiate a type using constructor service injection if possible.
  488. </summary>
  489. <param name="type"></param>
  490. <returns></returns>
  491. </member>
  492. <member name="T:Microsoft.Owin.Hosting.Services.ServiceProvider">
  493. <summary>
  494. The default IServiceProvider.
  495. </summary>
  496. </member>
  497. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.#ctor">
  498. <summary>
  499. </summary>
  500. </member>
  501. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.GetService(System.Type)">
  502. <summary>
  503. Gets the service object of the specified type.
  504. </summary>
  505. <param name="serviceType"></param>
  506. <returns></returns>
  507. </member>
  508. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.RemoveAll``1">
  509. <summary>
  510. Remove all occurrences of the given type from the provider.
  511. </summary>
  512. <typeparam name="T"></typeparam>
  513. <returns></returns>
  514. </member>
  515. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.RemoveAll(System.Type)">
  516. <summary>
  517. Remove all occurrences of the given type from the provider.
  518. </summary>
  519. <param name="type"></param>
  520. <returns></returns>
  521. </member>
  522. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.AddInstance``1(System.Object)">
  523. <summary>
  524. Add an instance of type TService to the list of providers.
  525. </summary>
  526. <typeparam name="TService"></typeparam>
  527. <param name="instance"></param>
  528. <returns></returns>
  529. </member>
  530. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.AddInstance(System.Type,System.Object)">
  531. <summary>
  532. Add an instance of the given type to the list of providers.
  533. </summary>
  534. <param name="service"></param>
  535. <param name="instance"></param>
  536. <returns></returns>
  537. </member>
  538. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.Add``2">
  539. <summary>
  540. Specify that services of the type TService should be fulfilled by the type TImplementation.
  541. </summary>
  542. <typeparam name="TService"></typeparam>
  543. <typeparam name="TImplementation"></typeparam>
  544. <returns></returns>
  545. </member>
  546. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.Add(System.Type,System.Type)">
  547. <summary>
  548. Specify that services of the type serviceType should be fulfilled by the type implementationType.
  549. </summary>
  550. <param name="serviceType"></param>
  551. <param name="implementationType"></param>
  552. <returns></returns>
  553. </member>
  554. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProvider.Add(System.Type,System.Func{System.Object})">
  555. <summary>
  556. Specify that services of the given type should be created with the given serviceFactory.
  557. </summary>
  558. <param name="serviceType"></param>
  559. <param name="serviceFactory"></param>
  560. <returns></returns>
  561. </member>
  562. <member name="T:Microsoft.Owin.Hosting.Services.ServiceProviderExtensions">
  563. <summary>
  564. Extension methods for IServiceProvider.
  565. </summary>
  566. </member>
  567. <member name="M:Microsoft.Owin.Hosting.Services.ServiceProviderExtensions.GetService``1(System.IServiceProvider)">
  568. <summary>
  569. Retrieve a service of type T from the IServiceProvider.
  570. </summary>
  571. <typeparam name="T"></typeparam>
  572. <param name="services"></param>
  573. <returns></returns>
  574. </member>
  575. <member name="T:Microsoft.Owin.Hosting.Services.ServicesFactory">
  576. <summary>
  577. Create a default ServiceProvider with input from a variety or sources.
  578. </summary>
  579. </member>
  580. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create(System.Collections.Generic.IDictionary{System.String,System.String},System.Action{Microsoft.Owin.Hosting.Services.ServiceProvider})">
  581. <summary>
  582. Create a default ServiceProvider with the given settings.
  583. </summary>
  584. <param name="settings"></param>
  585. <param name="configuration"></param>
  586. <returns></returns>
  587. </member>
  588. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create(System.String,System.Action{Microsoft.Owin.Hosting.Services.ServiceProvider})">
  589. <summary>
  590. Create a default ServiceProvider with the given settings file.
  591. </summary>
  592. <param name="settingsFile"></param>
  593. <param name="configuration"></param>
  594. <returns></returns>
  595. </member>
  596. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create(System.Action{Microsoft.Owin.Hosting.Services.ServiceProvider})">
  597. <summary>
  598. Create a default ServiceProvider.
  599. </summary>
  600. <param name="configuration"></param>
  601. <returns></returns>
  602. </member>
  603. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create(System.Collections.Generic.IDictionary{System.String,System.String})">
  604. <summary>
  605. Create a default ServiceProvider with the given settings.
  606. </summary>
  607. <param name="settings"></param>
  608. <returns></returns>
  609. </member>
  610. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create(System.String)">
  611. <summary>
  612. Create a default ServiceProvider with the given settings file.
  613. </summary>
  614. <param name="settingsFile"></param>
  615. <returns></returns>
  616. </member>
  617. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.Create">
  618. <summary>
  619. Create a default ServiceProvider.
  620. </summary>
  621. <returns></returns>
  622. </member>
  623. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.ForEach(System.Collections.Generic.IDictionary{System.String,System.String},System.Action{System.Type,System.Type})">
  624. <summary>
  625. Enumerate the default service types with the given settings overrides.
  626. </summary>
  627. <param name="settings"></param>
  628. <param name="callback"></param>
  629. </member>
  630. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.ForEach(System.String,System.Action{System.Type,System.Type})">
  631. <summary>
  632. Enumerate the default service types with the given settings file overrides.
  633. </summary>
  634. <param name="settingsFile"></param>
  635. <param name="callback"></param>
  636. </member>
  637. <member name="M:Microsoft.Owin.Hosting.Services.ServicesFactory.ForEach(System.Action{System.Type,System.Type})">
  638. <summary>
  639. Enumerate the default service types.
  640. </summary>
  641. <param name="callback"></param>
  642. </member>
  643. <member name="T:Microsoft.Owin.Hosting.Starter.DirectHostingStarter">
  644. <summary>
  645. Executes the IHostingEngine without making any changes to the current execution environment.
  646. </summary>
  647. </member>
  648. <member name="M:Microsoft.Owin.Hosting.Starter.DirectHostingStarter.#ctor(Microsoft.Owin.Hosting.Engine.IHostingEngine)">
  649. <summary>
  650. </summary>
  651. <param name="engine"></param>
  652. </member>
  653. <member name="M:Microsoft.Owin.Hosting.Starter.DirectHostingStarter.Start(Microsoft.Owin.Hosting.StartOptions)">
  654. <summary>
  655. Executes the IHostingEngine without making any changes to the current execution environment.
  656. </summary>
  657. <param name="options"></param>
  658. <returns></returns>
  659. </member>
  660. <member name="T:Microsoft.Owin.Hosting.Starter.DomainHostingStarter">
  661. <summary>
  662. Creates a new AppDomain to run the IHostingEngine in.
  663. </summary>
  664. </member>
  665. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarter.Start(Microsoft.Owin.Hosting.StartOptions)">
  666. <summary>
  667. Creates a new AppDomain to run the IHostingEngine in.
  668. </summary>
  669. <param name="options"></param>
  670. <returns></returns>
  671. </member>
  672. <member name="T:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent">
  673. <summary>
  674. Used for executing the IHostingEngine in a new AppDomain.
  675. </summary>
  676. </member>
  677. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent.ResolveAssembliesFromDirectory(System.String)">
  678. <summary>
  679. Registers a fallback assembly resolver that looks in the given directory.
  680. </summary>
  681. <param name="directory"></param>
  682. </member>
  683. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent.Start(Microsoft.Owin.Hosting.StartOptions)">
  684. <summary>
  685. Executes the IHostingEngine in a new AppDomain.
  686. </summary>
  687. <param name="options"></param>
  688. </member>
  689. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent.Dispose">
  690. <summary>
  691. </summary>
  692. </member>
  693. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent.Dispose(System.Boolean)">
  694. <summary>
  695. </summary>
  696. <param name="disposing"></param>
  697. </member>
  698. <member name="M:Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent.Renewal(System.Runtime.Remoting.Lifetime.ILease)">
  699. <summary>
  700. Renews the given lease for 5 minutes.
  701. </summary>
  702. <param name="lease"></param>
  703. <returns></returns>
  704. </member>
  705. <member name="T:Microsoft.Owin.Hosting.Starter.HostingStarter">
  706. <summary>
  707. Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
  708. </summary>
  709. </member>
  710. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarter.#ctor(Microsoft.Owin.Hosting.Starter.IHostingStarterFactory)">
  711. <summary>
  712. </summary>
  713. <param name="hostingStarterFactory"></param>
  714. </member>
  715. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarter.Start(Microsoft.Owin.Hosting.StartOptions)">
  716. <summary>
  717. Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
  718. </summary>
  719. <param name="options"></param>
  720. <returns></returns>
  721. </member>
  722. <member name="T:Microsoft.Owin.Hosting.Starter.HostingStarterActivator">
  723. <summary>
  724. Instantiates instances of the IHostingStarter.
  725. </summary>
  726. </member>
  727. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarterActivator.#ctor(System.IServiceProvider)">
  728. <summary>
  729. </summary>
  730. <param name="services"></param>
  731. </member>
  732. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarterActivator.Activate(System.Type)">
  733. <summary>
  734. Instantiates instances of the IHostingStarter.
  735. </summary>
  736. <param name="type"></param>
  737. <returns></returns>
  738. </member>
  739. <member name="T:Microsoft.Owin.Hosting.Starter.HostingStarterAttribute">
  740. <summary>
  741. This attribute is used to identify custom hosting starters that may be loaded at runtime.
  742. </summary>
  743. </member>
  744. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarterAttribute.#ctor(System.Type)">
  745. <summary>
  746. </summary>
  747. <param name="hostingStarterType"></param>
  748. </member>
  749. <member name="P:Microsoft.Owin.Hosting.Starter.HostingStarterAttribute.HostingStarterType">
  750. <summary>
  751. </summary>
  752. </member>
  753. <member name="T:Microsoft.Owin.Hosting.Starter.HostingStarterFactory">
  754. <summary>
  755. Selects from known hosting starters, or detects additional providers via convention.
  756. </summary>
  757. </member>
  758. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarterFactory.#ctor(Microsoft.Owin.Hosting.Starter.IHostingStarterActivator)">
  759. <summary>
  760. </summary>
  761. <param name="hostingStarterActivator"></param>
  762. </member>
  763. <member name="M:Microsoft.Owin.Hosting.Starter.HostingStarterFactory.Create(System.String)">
  764. <summary>
  765. Selects from known hosting starters, or detects additional providers via convention.
  766. </summary>
  767. <param name="name"></param>
  768. <returns></returns>
  769. </member>
  770. <member name="T:Microsoft.Owin.Hosting.Starter.IHostingStarter">
  771. <summary>
  772. Performs any necessary environment setup prior to executing the IHostingEngine.
  773. </summary>
  774. </member>
  775. <member name="M:Microsoft.Owin.Hosting.Starter.IHostingStarter.Start(Microsoft.Owin.Hosting.StartOptions)">
  776. <summary>
  777. Performs any necessary environment setup prior to executing the IHostingEngine.
  778. </summary>
  779. <param name="options"></param>
  780. <returns></returns>
  781. </member>
  782. <member name="T:Microsoft.Owin.Hosting.Starter.IHostingStarterActivator">
  783. <summary>
  784. Instantiates instances of the IHostingStarter.
  785. </summary>
  786. </member>
  787. <member name="M:Microsoft.Owin.Hosting.Starter.IHostingStarterActivator.Activate(System.Type)">
  788. <summary>
  789. Instantiates instances of the IHostingStarter.
  790. </summary>
  791. <param name="type"></param>
  792. <returns></returns>
  793. </member>
  794. <member name="T:Microsoft.Owin.Hosting.Starter.IHostingStarterFactory">
  795. <summary>
  796. Creates a IHostingStarter for the given identifier.
  797. </summary>
  798. </member>
  799. <member name="M:Microsoft.Owin.Hosting.Starter.IHostingStarterFactory.Create(System.String)">
  800. <summary>
  801. Creates a IHostingStarter for the given identifier.
  802. </summary>
  803. <param name="name"></param>
  804. <returns></returns>
  805. </member>
  806. <member name="T:Microsoft.Owin.Hosting.StartOptions">
  807. <summary>
  808. Settings to control the startup behavior of an OWIN application
  809. </summary>
  810. </member>
  811. <member name="M:Microsoft.Owin.Hosting.StartOptions.#ctor">
  812. <summary>
  813. Initializes a new instance of the <see cref="T:Microsoft.Owin.Hosting.StartOptions"/> class
  814. </summary>
  815. </member>
  816. <member name="M:Microsoft.Owin.Hosting.StartOptions.#ctor(System.String)">
  817. <summary>
  818. Initializes a new instance of the <see cref="T:Microsoft.Owin.Hosting.StartOptions"/> class
  819. </summary>
  820. </member>
  821. <member name="P:Microsoft.Owin.Hosting.StartOptions.Urls">
  822. <summary>
  823. A list of url prefixes to listen on. Overrides port.
  824. </summary>
  825. </member>
  826. <member name="P:Microsoft.Owin.Hosting.StartOptions.Port">
  827. <summary>
  828. A port to listen on.
  829. </summary>
  830. </member>
  831. <member name="P:Microsoft.Owin.Hosting.StartOptions.AppStartup">
  832. <summary>
  833. Parameter to locate and load web application startup routine
  834. </summary>
  835. </member>
  836. <member name="P:Microsoft.Owin.Hosting.StartOptions.ServerFactory">
  837. <summary>
  838. Name of the assembly containing the http server implementation
  839. </summary>
  840. </member>
  841. <member name="P:Microsoft.Owin.Hosting.StartOptions.Settings">
  842. <summary>
  843. Optional settings used to override service types and other defaults
  844. </summary>
  845. </member>
  846. <member name="T:Microsoft.Owin.Hosting.Tracing.ITraceOutputFactory">
  847. <summary>
  848. Used to create the trace output.
  849. </summary>
  850. </member>
  851. <member name="M:Microsoft.Owin.Hosting.Tracing.ITraceOutputFactory.Create(System.String)">
  852. <summary>
  853. Used to create the trace output.
  854. </summary>
  855. <param name="outputFile"></param>
  856. <returns></returns>
  857. </member>
  858. <member name="T:Microsoft.Owin.Hosting.Tracing.TraceOutputFactory">
  859. <summary>
  860. Opens a stream writer for the given file.
  861. </summary>
  862. </member>
  863. <member name="M:Microsoft.Owin.Hosting.Tracing.TraceOutputFactory.Create(System.String)">
  864. <summary>
  865. Opens a stream writer for the given file.
  866. </summary>
  867. <param name="outputFile"></param>
  868. <returns></returns>
  869. </member>
  870. <member name="T:Microsoft.Owin.Hosting.Utilities.SettingsLoader">
  871. <summary>
  872. Loads settings from various locations.
  873. </summary>
  874. </member>
  875. <member name="M:Microsoft.Owin.Hosting.Utilities.SettingsLoader.LoadFromConfig">
  876. <summary>
  877. Load settings from the AppSettings section of the config file.
  878. </summary>
  879. <returns></returns>
  880. </member>
  881. <member name="M:Microsoft.Owin.Hosting.Utilities.SettingsLoader.LoadFromConfig(System.Collections.Generic.IDictionary{System.String,System.String})">
  882. <summary>
  883. Load settings from the AppSettings section of the config file.
  884. </summary>
  885. <param name="settings"></param>
  886. </member>
  887. <member name="M:Microsoft.Owin.Hosting.Utilities.SettingsLoader.LoadFromSettingsFile(System.String)">
  888. <summary>
  889. Load settings from a flat text file.
  890. </summary>
  891. <param name="settingsFile"></param>
  892. <returns></returns>
  893. </member>
  894. <member name="M:Microsoft.Owin.Hosting.Utilities.SettingsLoader.LoadFromSettingsFile(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
  895. <summary>
  896. Load settings from a flat text file.
  897. </summary>
  898. <param name="settingsFile"></param>
  899. <param name="settings"></param>
  900. </member>
  901. <member name="T:Microsoft.Owin.Hosting.WebApp">
  902. <summary>
  903. These methods are used to load, assemble, and start a web app.
  904. </summary>
  905. </member>
  906. <member name="M:Microsoft.Owin.Hosting.WebApp.Start(System.String,System.Action{Owin.IAppBuilder})">
  907. <summary>
  908. Start a web app using default settings and the given url and entry point.
  909. e.g. Discover the ServerFactory and run at the given url.
  910. </summary>
  911. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  912. </member>
  913. <member name="M:Microsoft.Owin.Hosting.WebApp.Start(Microsoft.Owin.Hosting.StartOptions,System.Action{Owin.IAppBuilder})">
  914. <summary>
  915. Start a web app using the given settings and entry point, using defaults for items not specified.
  916. </summary>
  917. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  918. </member>
  919. <member name="M:Microsoft.Owin.Hosting.WebApp.Start``1(System.String)">
  920. <summary>
  921. Start a web app using default settings and the given url and entry point type.
  922. e.g. Discover the ServerFactory and run at the given url.
  923. </summary>
  924. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  925. </member>
  926. <member name="M:Microsoft.Owin.Hosting.WebApp.Start``1(Microsoft.Owin.Hosting.StartOptions)">
  927. <summary>
  928. Start a web app using the given settings and entry point type, using defaults for items not specified.
  929. </summary>
  930. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  931. </member>
  932. <member name="M:Microsoft.Owin.Hosting.WebApp.Start(System.String)">
  933. <summary>
  934. Start a web app using the given settings and entry point type, using defaults for items not specified.
  935. </summary>
  936. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  937. </member>
  938. <member name="M:Microsoft.Owin.Hosting.WebApp.Start(Microsoft.Owin.Hosting.StartOptions)">
  939. <summary>
  940. Start a web app using the given settings and entry point type, using defaults for items not specified.
  941. </summary>
  942. <returns>An IDisposible instance that can be called to shut down the web app.</returns>
  943. </member>
  944. <member name="T:Owin.Loader.DefaultLoader">
  945. <summary>
  946. Locates the startup class based on the following convention:
  947. AssemblyName.Startup, with a method named Configuration
  948. </summary>
  949. </member>
  950. <member name="M:Owin.Loader.DefaultLoader.#ctor">
  951. <summary>
  952. </summary>
  953. </member>
  954. <member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
  955. <summary>
  956. Allows for a fallback loader to be specified.
  957. </summary>
  958. <param name="next"></param>
  959. </member>
  960. <member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object})">
  961. <summary>
  962. Allows for a fallback loader and a Dependency Injection activator to be specified.
  963. </summary>
  964. <param name="next"></param>
  965. <param name="activator"></param>
  966. </member>
  967. <member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object},System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
  968. <summary>
  969. </summary>
  970. <param name="next"></param>
  971. <param name="activator"></param>
  972. <param name="referencedAssemblies"></param>
  973. </member>
  974. <member name="M:Owin.Loader.DefaultLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
  975. <summary>
  976. Executes the loader, searching for the entry point by name.
  977. </summary>
  978. <param name="startupName">The name of the assembly and type entry point</param>
  979. <param name="errorDetails"></param>
  980. <returns></returns>
  981. </member>
  982. <member name="M:Owin.Loader.DefaultLoader.DotByDot(System.String)">
  983. <summary>
  984. </summary>
  985. <param name="text"></param>
  986. <returns></returns>
  987. </member>
  988. <member name="T:Owin.Loader.NullLoader">
  989. <summary>
  990. A default fallback loader that does nothing.
  991. </summary>
  992. </member>
  993. <member name="P:Owin.Loader.NullLoader.Instance">
  994. <summary>
  995. A singleton instance of the NullLoader type.
  996. </summary>
  997. </member>
  998. <member name="M:Owin.Loader.NullLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
  999. <summary>
  1000. A placeholder method that always returns null.
  1001. </summary>
  1002. <param name="startup"></param>
  1003. <param name="errors"></param>
  1004. <returns>null.</returns>
  1005. </member>
  1006. </members>
  1007. </doc>