Share via


IHttpSysRequestDelegationFeature.DelegateRequest(DelegationRule) Method

Definition

Attempt to delegate the request to another Http.Sys request queue. The request body must not be read nor the response started before this is invoked. Check CanDelegate before invoking.

public:
 void DelegateRequest(Microsoft::AspNetCore::Server::HttpSys::DelegationRule ^ destination);
public void DelegateRequest (Microsoft.AspNetCore.Server.HttpSys.DelegationRule destination);
abstract member DelegateRequest : Microsoft.AspNetCore.Server.HttpSys.DelegationRule -> unit
Public Sub DelegateRequest (destination As DelegationRule)

Parameters

destination
DelegationRule

The rule maintaining the handle to the destination queue.

Applies to