共用方式為


HttpListener.ExtendedProtectionSelector 代理人

定義

委派,會在要判斷每個 ExtendedProtectionPolicy 要求必須使用哪一個 HttpListener 時呼叫。

public: delegate System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ HttpListener::ExtendedProtectionSelector(HttpListenerRequest ^ request);
public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy HttpListener.ExtendedProtectionSelector(HttpListenerRequest request);
type HttpListener.ExtendedProtectionSelector = delegate of HttpListenerRequest -> ExtendedProtectionPolicy
Public Delegate Function HttpListener.ExtendedProtectionSelector(request As HttpListenerRequest) As ExtendedProtectionPolicy 

參數

request
HttpListenerRequest

HttpListenerRequest,用來判斷 HttpListener 執行個體用來提供延伸保護的延伸保護原則。

傳回值

ExtendedProtectionPolicy 物件,用來指定此要求所使用的延伸保護原則。

備註

類別 HttpListener.ExtendedProtectionSelector 會與整合式 Windows 驗證搭配使用,以提供延伸保護。 針對每個要求,委派可以選擇實例將用來提供擴充保護的設定 HttpListener

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於

另請參閱