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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보