Share via


AppBuilderDelegationExtensions.UseHttpSysDelegation Method

Definition

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

Returns

Remarks

This middleware only works with the ASP.NET Core Http.sys server implementation.

Applies to