Microsoft.AspNetCore.Hosting
Pretty print a type name.
The .
true to print a fully qualified name.
true to include generic parameter names.
The pretty printed type name.
Contains details for individual exception messages.
An individual exception
The generated stack frames
Gets or sets the summary message.
Contains the source code where the exception occurred.
Function containing instruction
File containing the instruction
The line number of the instruction
The line preceding the frame line
Lines of code before the actual error line(s).
Line(s) of code responsible for the error.
Lines of code after the actual error line(s).
Specific error details for this stack frame.
Infrastructure
The request context
The request
The response
The output stream
Html encoder used to encode content.
Url encoder used to encode content.
JavaScript encoder used to encode content.
Execute an individual request
Execute an individual request
Write the given value without HTML encoding directly to .
The to write.
Write the given value without HTML encoding directly to .
The to write.
Writes the given attribute to the given writer
The name of the attribute to write
The value of the prefix
The value of the suffix
The s to write.
is invoked
The to invoke
Writes the specified to .
The to write.
is invoked for types.
For all other types, the encoded result of is written to
.
Writes the specified with HTML encoding to .
The to write.
Represents a deferred write operation in a .
Creates a new instance of .
The delegate to invoke when is called.
Method invoked to produce content from the .
The instance to write to.
Allows consumers to perform cleanup during a graceful shutdown.
Triggered when the application host has fully started and is about to wait
for a graceful shutdown.
Triggered when the application host is performing a graceful shutdown.
Request may still be in flight. Shutdown will block until this event completes.
Triggered when the application host is performing a graceful shutdown.
All requests should be complete at this point. Shutdown will block
until this event completes.
Signals the ApplicationStopping event and blocks until it completes.
Signals the ApplicationStarted event and blocks until it completes.
Signals the ApplicationStopped event and blocks until it completes.
Internal Server Error
Internal Server Error
An error occurred while starting the application.
An error occurred while starting the application.
Unknown location
Unknown location
WebHostBuilder allows creation only of a single instance of WebHost
WebHostBuilder allows creation only of a single instance of WebHost
Holds data to be displayed on the error page.
Detailed information about each exception in the stack.
A builder for
Initializes a new instance of the class.
Get the setting value from the configuration.
The key of the setting to look up.
The value the setting currently contains.
Add or replace a setting in the configuration.
The key of the setting to add or replace.
The value of the setting to add or replace.
The .
Adds a delegate for configuring additional services for the host or web application. This may be called
multiple times.
A delegate for configuring the .
The .
Adds a delegate for configuring additional services for the host or web application. This may be called
multiple times.
A delegate for configuring the .
The .
Adds a delegate for configuring the that will construct an .
The delegate for configuring the that will be used to construct an .
The .
The and on the are uninitialized at this stage.
The is pre-populated with the settings of the .
Builds the required services and an which hosts a web application.
Specify the startup method to be used to configure the web application.
The to configure.
The delegate that configures the .
The .
Specify the startup type to be used by the web host.
The to configure.
The to be used.
The .
Specify the startup type to be used by the web host.
The to configure.
The type containing the startup methods for the application.
The .
Configures the default service provider
The to configure.
A callback used to configure the for the default .
The .
Configures the default service provider
The to configure.
A callback used to configure the for the default .
The .
Adds a delegate for configuring the that will construct an .
The to configure.
The delegate for configuring the that will be used to construct an .
The .
The and on the are uninitialized at this stage.
The is pre-populated with the settings of the .
Adds a delegate for configuring the provided . This may be called multiple times.
The to configure.
The delegate that configures the .
The .
Adds a delegate for configuring the provided . This may be called multiple times.
The to configure.
The delegate that configures the .
The .
Attempts to gracefully stop the host with the given timeout.
The timeout for stopping gracefully. Once expired the
server may terminate any remaining active connections.
Block the calling thread until shutdown is triggered via Ctrl+C or SIGTERM.
The running .
Returns a Task that completes when shutdown is triggered via the given token, Ctrl+C or SIGTERM.
The running .
The token to trigger shutdown.
Runs a web application and block the calling thread until host shutdown.
The to run.
Runs a web application and returns a Task that only completes when the token is triggered or shutdown is triggered.
The to run.
The token to trigger shutdown.