1 <?xml version="1.0"?>
\r
4 <name>Microsoft.AspNetCore.Hosting.Server.Abstractions</name>
\r
7 <member name="T:Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature">
\r
9 Specifies the address used by the server.
\r
12 <member name="P:Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature.Addresses">
\r
14 An <see cref="T:System.Collections.Generic.ICollection`1" /> of addresses used by the server.
\r
17 <member name="P:Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature.PreferHostingUrls">
\r
19 <see langword="true" /> to prefer URLs configured by the host rather than the server.
\r
22 <member name="T:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1">
\r
24 When implemented by a Server allows an <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> to pool and reuse
\r
25 its <typeparamref name="TContext"/> between requests.
\r
27 <typeparam name="TContext">The <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> Host context</typeparam>
\r
29 <member name="P:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1.HostContext">
\r
31 Represents the <typeparamref name="TContext"/> of the host.
\r
34 <member name="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1">
\r
36 Represents an application.
\r
38 <typeparam name="TContext">The context associated with the application.</typeparam>
\r
40 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)">
\r
42 Create a TContext given a collection of HTTP features.
\r
44 <param name="contextFeatures">A collection of HTTP features to be used for creating the TContext.</param>
\r
45 <returns>The created TContext.</returns>
\r
47 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.ProcessRequestAsync(`0)">
\r
49 Asynchronously processes an TContext.
\r
51 <param name="context">The TContext that the operation will process.</param>
\r
53 <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.DisposeContext(`0,System.Exception)">
\r
55 Dispose a given TContext.
\r
57 <param name="context">The TContext to be disposed.</param>
\r
58 <param name="exception">The Exception thrown when processing did not complete successfully, otherwise null.</param>
\r
60 <member name="T:Microsoft.AspNetCore.Hosting.Server.IServer">
\r
62 Represents a server.
\r
65 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServer.Features">
\r
67 A collection of HTTP features of the server.
\r
70 <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StartAsync``1(Microsoft.AspNetCore.Hosting.Server.IHttpApplication{``0},System.Threading.CancellationToken)">
\r
72 Start the server with an application.
\r
74 <param name="application">An instance of <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/>.</param>
\r
75 <typeparam name="TContext">The context associated with the application.</typeparam>
\r
76 <param name="cancellationToken">Indicates if the server startup should be aborted.</param>
\r
78 <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync(System.Threading.CancellationToken)">
\r
80 Stop processing requests and shut down the server, gracefully if possible.
\r
82 <param name="cancellationToken">Indicates if the graceful shutdown should be aborted.</param>
\r
84 <member name="T:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth">
\r
86 Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.
\r
89 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.IsEnabled">
\r
91 Indicates if integrated Windows authentication is enabled for the current application instance.
\r
94 <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.AuthenticationScheme">
\r
96 The name of the authentication scheme for the server authentication handler.
\r
99 <member name="T:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth">
\r
101 Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.
\r
104 <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.IsEnabled">
\r
106 Indicates if integrated Windows authentication is enabled for the current application instance.
\r
109 <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.AuthenticationScheme">
\r
111 The name of the authentication scheme for the server authentication handler.
\r