IHttpSysRequestDelegationFeature Interface
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.
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. |