jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Owin.Host.SystemWeb</name>
    </assembly>
    <members>
        <member name="T:Owin.Loader.DefaultLoader">
            <summary>
            Locates the startup class based on the following convention:
            AssemblyName.Startup, with a method named Configuration
            </summary>
        </member>
        <member name="M:Owin.Loader.DefaultLoader.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
            <summary>
            Allows for a fallback loader to be specified.
            </summary>
            <param name="next"></param>
        </member>
        <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})">
            <summary>
            Allows for a fallback loader and a Dependency Injection activator to be specified.
            </summary>
            <param name="next"></param>
            <param name="activator"></param>
        </member>
        <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})">
            <summary>
            
            </summary>
            <param name="next"></param>
            <param name="activator"></param>
            <param name="referencedAssemblies"></param>
        </member>
        <member name="M:Owin.Loader.DefaultLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Executes the loader, searching for the entry point by name.
            </summary>
            <param name="startupName">The name of the assembly and type entry point</param>
            <param name="errorDetails"></param>
            <returns></returns>
        </member>
        <member name="M:Owin.Loader.DefaultLoader.DotByDot(System.String)">
            <summary>
            
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="T:Owin.Loader.NullLoader">
            <summary>
            A default fallback loader that does nothing.
            </summary>
        </member>
        <member name="M:Owin.Loader.NullLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            A placeholder method that always returns null.
            </summary>
            <param name="startup"></param>
            <param name="errors"></param>
            <returns>null.</returns>
        </member>
        <member name="P:Owin.Loader.NullLoader.Instance">
            <summary>
            A singleton instance of the NullLoader type.
            </summary>
        </member>
        <member name="T:SharedResourceNamespace.LoaderResources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.AssemblyNotFound">
            <summary>
              Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the assembly &apos;{1}&apos; was not found..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.ClassNotFoundInAssembly">
            <summary>
              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;..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.Exception_AttributeNameConflict">
            <summary>
              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..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.Exception_StartupTypeConflict">
            <summary>
              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..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.FriendlyNameMismatch">
            <summary>
              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;..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.MethodNotFoundInClass">
            <summary>
              Looks up a localized string similar to No &apos;{0}&apos; method was found in class &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.NoAssemblyWithStartupClass">
            <summary>
              Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.NoOwinStartupAttribute">
            <summary>
              Looks up a localized string similar to No assembly found containing an OwinStartupAttribute..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyEmpty">
            <summary>
              Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyMissing">
            <summary>
              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;..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.TypeOrMethodNotFound">
            <summary>
              Looks up a localized string similar to The given type or method &apos;{0}&apos; was not found. Try specifying the Assembly..
            </summary>
        </member>
        <member name="P:SharedResourceNamespace.LoaderResources.UnexpectedMethodSignature">
            <summary>
              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;..
            </summary>
        </member>
        <member name="T:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider">
            <summary>
            Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of
            data protection when you application is hosted by ASP.NET and all servers in the farm are running with the same Machine Key values.
            </summary>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider.Create(System.String[])">
            <summary>
            Returns a new instance of IDataProtection for the provider.
            </summary>
            <param name="purposes">Additional entropy used to ensure protected data may only be unprotected for the correct purposes.</param>
            <returns>An instance of a data protection service</returns>
        </member>
        <member name="T:System.Web.HttpContextBaseExtensions">
            <summary>
            Provides extension methods for <see cref="T:System.Web.HttpContextBase"/>.
            </summary>
        </member>
        <member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpContextBase)">
            <summary>
            Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpRequestBase)">
            <summary>
            Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
            </summary>
            <param name="request"></param>
            <returns></returns>
        </member>
        <member name="T:System.Web.HttpContextExtensions">
            <summary>
            Provides extension methods for <see cref="T:System.Web.HttpContext"/>.
            </summary>
        </member>
        <member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpContext)">
            <summary>
            Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpRequest)">
            <summary>
            Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
            </summary>
            <param name="request"></param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler">
            <summary>
            Processes requests from System.Web as OWIN requests.
            </summary>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.#ctor">
            <summary>
            Processes requests using the default OWIN application.
            </summary>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.BeginProcessRequest(System.Web.HttpContextBase,System.AsyncCallback,System.Object)">
            <summary>
            Initiates an asynchronous call to the HTTP handler.
            </summary>
            <param name="httpContext">
            An System.Web.HttpContextBase object that provides references to intrinsic server
            objects (for example, Request, Response, Session, and Server) used to service
            HTTP requests.
            </param>
            <param name="callback">
            The System.AsyncCallback to call when the asynchronous method call is complete.
            If callback is null, the delegate is not called.
            </param>
            <param name="extraData">
            Any extra data needed to process the request.
            </param>
            <returns>
            An System.IAsyncResult that contains information about the status of the process.
            </returns>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.EndProcessRequest(System.IAsyncResult)">
            <summary>
            Provides an asynchronous process End method when the process ends.
            </summary>
            <param name="result">
            An System.IAsyncResult that contains information about the status of the process.
            </param>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
            </summary>
            <returns>
            true.
            </returns>
        </member>
        <member name="T:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler">
            <summary>
            Processes a route through an OWIN pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.#ctor(System.Action{Owin.IAppBuilder})">
            <summary>
            Initialize an OwinRouteHandler
            </summary>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext)">
            <summary>
            Provides the object that processes the request.
            </summary>
            <returns>
            An object that processes the request.
            </returns>
            <param name="requestContext">An object that encapsulates information about the request.</param>
        </member>
        <member name="T:Microsoft.Owin.Host.SystemWeb.PreApplicationStart">
            <summary>
            Registers the OWIN request processing module at application startup.
            </summary>
        </member>
        <member name="M:Microsoft.Owin.Host.SystemWeb.PreApplicationStart.Initialize">
            <summary>
            Registers the OWIN request processing module.
            </summary>
        </member>
        <member name="T:Microsoft.Owin.Host.SystemWeb.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_AppLoderFailure">
            <summary>
              Looks up a localized string similar to The following errors occurred while attempting to load the app..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_CannotRegisterAfterHeadersSent">
            <summary>
              Looks up a localized string similar to Cannot register for &apos;OnSendingHeaders&apos; event after response headers have been sent..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_DuplicateKey">
            <summary>
              Looks up a localized string similar to The key &apos;{0}&apos; is already present in the dictionary..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToDisableAutoAppStartup">
            <summary>
              Looks up a localized string similar to To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of &quot;false&quot; in your web.config..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToSpecifyAppStartup">
            <summary>
              Looks up a localized string similar to To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_UnsupportedPipelineStage">
            <summary>
              Looks up a localized string similar to The given stage &apos;{0}&apos; is not supported..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.HttpContext_OwinEnvironmentNotFound">
            <summary>
              Looks up a localized string similar to No owin.Environment item was found in the context..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ClientCertException">
            <summary>
              Looks up a localized string similar to An exception was thrown while trying to load the client certificate:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_EntryPointException">
            <summary>
              Looks up a localized string similar to The OWIN entry point threw an exception:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_OwinCallContextCallbackException">
            <summary>
              Looks up a localized string similar to The IAsyncResult callback for OwinCallHandler threw an exception:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RegisterModuleException">
            <summary>
              Looks up a localized string similar to Failed to register the OWIN module:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RequestDisconnectCallbackExceptions">
            <summary>
              Looks up a localized string similar to The application threw one or more exceptions when notified of a client disconnect:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownDetectionSetupException">
            <summary>
              Looks up a localized string similar to Shutdown detection setup failed:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownException">
            <summary>
              Looks up a localized string similar to One or more exceptions were thrown during app pool shutdown:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_TimerCallbackException">
            <summary>
              Looks up a localized string similar to An exception was thrown from a timer callback:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketException">
            <summary>
              Looks up a localized string similar to An exception was thrown while processing the WebSocket:.
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportDetected">
            <summary>
              Looks up a localized string similar to Support for WebSockets has been detected..
            </summary>
        </member>
        <member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportNotDetected">
            <summary>
              Looks up a localized string similar to No support for WebSockets has been detected..
            </summary>
        </member>
        <member name="T:System.Web.Routing.RouteCollectionExtensions">
            <summary>
            Provides extension methods for registering OWIN applications as System.Web routes.
            </summary>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String)">
            <summary>
            Registers a route for the default OWIN application.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="pathBase">The route path to map to the default OWIN application.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,``0)">
            <summary>
            Registers a route for a specific OWIN application entry point.
            </summary>
            <typeparam name="TApp">The OWIN application entry point type.</typeparam>
            <param name="routes">The route collection.</param>
            <param name="pathBase">The route path to map to the given OWIN application.</param>
            <param name="app">The OWIN application entry point.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
            <summary>
            Invokes the System.Action startup delegate to build the OWIN application
            and then registers a route for it on the given path.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="pathBase">The route path to map to the given OWIN application.</param>
            <param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String)">
            <summary>
            Registers a route for the default OWIN application.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="name">The given name of the route.</param>
            <param name="pathBase">The route path to map to the default OWIN application.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,System.String,``0)">
            <summary>
            Registers a route for a specific OWIN application entry point.
            </summary>
            <typeparam name="TApp">The OWIN application entry point type.</typeparam>
            <param name="routes">The route collection.</param>
            <param name="name">The given name of the route.</param>
            <param name="pathBase">The route path to map to the given OWIN application.</param>
            <param name="app">The OWIN application entry point.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
            <summary>
            Invokes the System.Action startup delegate to build the OWIN application
            and then registers a route for it on the given path.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="name">The given name of the route.</param>
            <param name="pathBase">The route path to map to the given OWIN application.</param>
            <param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
            <returns>The created route.</returns>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
            <param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeName">The name of the route.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeName">The name of the route.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeName">The name of the route.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
        <member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
            <summary>
            Provides a way to define routes for an OWIN pipeline.
            </summary>
            <param name="routes">The route collection.</param>
            <param name="routeName">The name of the route.</param>
            <param name="routeUrl">The URL pattern for the route.</param>
            <param name="defaults">The values to use if the URL does not contain all the parameters.</param>
            <param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
            <param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
            <param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
        </member>
    </members>
</doc>