IHttpSysRequestDelegationFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將要求委派給其他 Http.Sys 要求佇列的介面。
public interface class IHttpSysRequestDelegationFeature
public interface IHttpSysRequestDelegationFeature
type IHttpSysRequestDelegationFeature = interface
Public Interface IHttpSysRequestDelegationFeature
屬性
CanDelegate |
指出伺服器是否可以將此要求委派給另一個 HttpSys 要求佇列。 |
方法
DelegateRequest(DelegationRule) |
嘗試將要求委派給另一個 Http.Sys 要求佇列。 在叫用此動作之前,要求本文不得讀取或啟動回應。 在叫用之前先檢查 CanDelegate 。 |