AppBuilderDelegationExtensions.UseHttpSysDelegation 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 middleware to check if the selected destination should use Http.sys delegation. If so, the request is delegated to the destination queue instead of being proxied over HTTP. This should be placed after load balancing and passive health checks.
public static Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder UseHttpSysDelegation (this Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder builder);
static member UseHttpSysDelegation : Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder -> Microsoft.AspNetCore.Builder.IReverseProxyApplicationBuilder
<Extension()>
Public Function UseHttpSysDelegation (builder As IReverseProxyApplicationBuilder) As IReverseProxyApplicationBuilder
Parameters
- builder
- IReverseProxyApplicationBuilder
Returns
Remarks
This middleware only works with the ASP.NET Core Http.sys server implementation.