IHttpSysRequestDelegationFeature.DelegateRequest(DelegationRule) 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.
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.