5adea179384538b9a5e3fce811c72defc1b53c0e
[platform/core/dotnet/build-tools.git] /
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Microsoft.AspNetCore.Hosting.Server.Abstractions</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1">\r
8             <summary>\r
9             When implemented by a Server allows an <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> to pool and reuse\r
10             its <typeparamref name="TContext"/> between requests.\r
11             </summary>\r
12             <typeparam name="TContext">The <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> Host context</typeparam>\r
13         </member>\r
14         <member name="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1">\r
15             <summary>\r
16             Represents an application.\r
17             </summary>\r
18             <typeparam name="TContext">The context associated with the application.</typeparam>\r
19         </member>\r
20         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)">\r
21             <summary>\r
22             Create a TContext given a collection of HTTP features.\r
23             </summary>\r
24             <param name="contextFeatures">A collection of HTTP features to be used for creating the TContext.</param>\r
25             <returns>The created TContext.</returns>\r
26         </member>\r
27         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.ProcessRequestAsync(`0)">\r
28             <summary>\r
29             Asynchronously processes an TContext.\r
30             </summary>\r
31             <param name="context">The TContext that the operation will process.</param>\r
32         </member>\r
33         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.DisposeContext(`0,System.Exception)">\r
34             <summary>\r
35             Dispose a given TContext.\r
36             </summary>\r
37             <param name="context">The TContext to be disposed.</param>\r
38             <param name="exception">The Exception thrown when processing did not complete successfully, otherwise null.</param>\r
39         </member>\r
40         <member name="T:Microsoft.AspNetCore.Hosting.Server.IServer">\r
41             <summary>\r
42             Represents a server.\r
43             </summary>\r
44         </member>\r
45         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServer.Features">\r
46             <summary>\r
47             A collection of HTTP features of the server.\r
48             </summary>\r
49         </member>\r
50         <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StartAsync``1(Microsoft.AspNetCore.Hosting.Server.IHttpApplication{``0},System.Threading.CancellationToken)">\r
51             <summary>\r
52             Start the server with an application.\r
53             </summary>\r
54             <param name="application">An instance of <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/>.</param>\r
55             <typeparam name="TContext">The context associated with the application.</typeparam>\r
56             <param name="cancellationToken">Indicates if the server startup should be aborted.</param>\r
57         </member>\r
58         <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync(System.Threading.CancellationToken)">\r
59             <summary>\r
60             Stop processing requests and shut down the server, gracefully if possible.\r
61             </summary>\r
62             <param name="cancellationToken">Indicates if the graceful shutdown should be aborted.</param>\r
63         </member>\r
64         <member name="T:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth">\r
65             <summary>\r
66             Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.\r
67             </summary>\r
68         </member>\r
69         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.IsEnabled">\r
70             <summary>\r
71             Indicates if integrated Windows authentication is enabled for the current application instance.\r
72             </summary>\r
73         </member>\r
74         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.AuthenticationScheme">\r
75             <summary>\r
76             The name of the authentication scheme for the server authentication handler.\r
77             </summary>\r
78         </member>\r
79         <member name="T:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth">\r
80             <summary>\r
81             Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.\r
82             </summary>\r
83         </member>\r
84         <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.IsEnabled">\r
85             <summary>\r
86             Indicates if integrated Windows authentication is enabled for the current application instance.\r
87             </summary>\r
88         </member>\r
89         <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.AuthenticationScheme">\r
90             <summary>\r
91             The name of the authentication scheme for the server authentication handler.\r
92             </summary>\r
93         </member>\r
94     </members>\r
95 </doc>\r