AgentHostMiddlewareExtensions.UseAgentServerCore(IApplicationBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds all Core middleware to the pipeline in the correct order: request ID → server version → request ID baggage → inbound request logging.
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseAgentServerCore(this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseAgentServerCore : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseAgentServerCore (app As IApplicationBuilder) As IApplicationBuilder
Parameters
The application builder.
Returns
The application builder for chaining.