1 <?xml version="1.0"?>
\r
4 <name>Microsoft.AspNetCore.Hosting.Server.Abstractions</name>
\r
7 <member name="T:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1">
\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
12 <typeparam name="TContext">The <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> Host context</typeparam>
\r
14 <member name="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1">
\r
16 Represents an application.
\r
18 <typeparam name="TContext">The context associated with the application.</typeparam>
\r
20 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)">
\r
22 Create a TContext given a collection of HTTP features.
\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
27 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.ProcessRequestAsync(`0)">
\r
29 Asynchronously processes an TContext.
\r
31 <param name="context">The TContext that the operation will process.</param>
\r
33 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.DisposeContext(`0,System.Exception)">
\r
35 Dispose a given TContext.
\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
40 <member name="T:Microsoft.AspNetCore.Hosting.Server.IServer">
\r
42 Represents a server.
\r
45 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServer.Features">
\r
47 A collection of HTTP features of the server.
\r
50 <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StartAsync``1(Microsoft.AspNetCore.Hosting.Server.IHttpApplication{``0},System.Threading.CancellationToken)">
\r
52 Start the server with an application.
\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
58 <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync(System.Threading.CancellationToken)">
\r
60 Stop processing requests and shut down the server, gracefully if possible.
\r
62 <param name="cancellationToken">Indicates if the graceful shutdown should be aborted.</param>
\r
64 <member name="T:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth">
\r
66 Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.
\r
69 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.IsEnabled">
\r
71 Indicates if integrated Windows authentication is enabled for the current application instance.
\r
74 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.AuthenticationScheme">
\r
76 The name of the authentication scheme for the server authentication handler.
\r
79 <member name="T:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth">
\r
81 Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.
\r
84 <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.IsEnabled">
\r
86 Indicates if integrated Windows authentication is enabled for the current application instance.
\r
89 <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.AuthenticationScheme">
\r
91 The name of the authentication scheme for the server authentication handler.
\r