493d33793332982d8f47b4bc3dc0018f018902c4
[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.Features.IServerAddressesFeature">\r
8             <summary>\r
9             Specifies the address used by the server.\r
10             </summary>\r
11         </member>\r
12         <member name="P:Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature.Addresses">\r
13             <summary>\r
14             An <see cref="T:System.Collections.Generic.ICollection`1" /> of addresses used by the server.\r
15             </summary>\r
16         </member>\r
17         <member name="P:Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature.PreferHostingUrls">\r
18             <summary>\r
19             <see langword="true" /> to prefer URLs configured by the host rather than the server.\r
20             </summary>\r
21         </member>\r
22         <member name="T:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1">\r
23             <summary>\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
26             </summary>\r
27             <typeparam name="TContext">The <see cref="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1"/> Host context</typeparam>\r
28         </member>\r
29         <member name="P:Microsoft.AspNetCore.Hosting.Server.Abstractions.IHostContextContainer`1.HostContext">\r
30             <summary>\r
31             Represents the <typeparamref name="TContext"/>  of the host.\r
32             </summary>\r
33         </member>\r
34         <member name="T:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1">\r
35             <summary>\r
36             Represents an application.\r
37             </summary>\r
38             <typeparam name="TContext">The context associated with the application.</typeparam>\r
39         </member>\r
40         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)">\r
41             <summary>\r
42             Create a TContext given a collection of HTTP features.\r
43             </summary>\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
46         </member>\r
47         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.ProcessRequestAsync(`0)">\r
48             <summary>\r
49             Asynchronously processes an TContext.\r
50             </summary>\r
51             <param name="context">The TContext that the operation will process.</param>\r
52         </member>\r
53         <member name="M:Microsoft.AspNetCore.Hosting.Server.IHttpApplication`1.DisposeContext(`0,System.Exception)">\r
54             <summary>\r
55             Dispose a given TContext.\r
56             </summary>\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
59         </member>\r
60         <member name="T:Microsoft.AspNetCore.Hosting.Server.IServer">\r
61             <summary>\r
62             Represents a server.\r
63             </summary>\r
64         </member>\r
65         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServer.Features">\r
66             <summary>\r
67             A collection of HTTP features of the server.\r
68             </summary>\r
69         </member>\r
70         <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StartAsync``1(Microsoft.AspNetCore.Hosting.Server.IHttpApplication{``0},System.Threading.CancellationToken)">\r
71             <summary>\r
72             Start the server with an application.\r
73             </summary>\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
77         </member>\r
78         <member name="M:Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync(System.Threading.CancellationToken)">\r
79             <summary>\r
80             Stop processing requests and shut down the server, gracefully if possible.\r
81             </summary>\r
82             <param name="cancellationToken">Indicates if the graceful shutdown should be aborted.</param>\r
83         </member>\r
84         <member name="T:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth">\r
85             <summary>\r
86             Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.\r
87             </summary>\r
88         </member>\r
89         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.IsEnabled">\r
90             <summary>\r
91             Indicates if integrated Windows authentication is enabled for the current application instance.\r
92             </summary>\r
93         </member>\r
94         <member name="P:Microsoft.AspNetCore.Hosting.Server.IServerIntegratedAuth.AuthenticationScheme">\r
95             <summary>\r
96             The name of the authentication scheme for the server authentication handler.\r
97             </summary>\r
98         </member>\r
99         <member name="T:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth">\r
100             <summary>\r
101             Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.\r
102             </summary>\r
103         </member>\r
104         <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.IsEnabled">\r
105             <summary>\r
106             Indicates if integrated Windows authentication is enabled for the current application instance.\r
107             </summary>\r
108         </member>\r
109         <member name="P:Microsoft.AspNetCore.Hosting.Server.ServerIntegratedAuth.AuthenticationScheme">\r
110             <summary>\r
111             The name of the authentication scheme for the server authentication handler.\r
112             </summary>\r
113         </member>\r
114     </members>\r
115 </doc>\r