IHttpSysRequestDelegationFeature Interface

Definition

Interface for delegating requests to other Http.Sys request queues.

public interface class IHttpSysRequestDelegationFeature
public interface IHttpSysRequestDelegationFeature
type IHttpSysRequestDelegationFeature = interface
Public Interface IHttpSysRequestDelegationFeature

Properties

CanDelegate

Indicates if the server can delegate this request to another HttpSys request queue.

Methods

DelegateRequest(DelegationRule)

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.

Applies to