HttpListener.ExtendedProtectionSelector Delegate
A delegate called to determine the ExtendedProtectionPolicy to use for each HttpListener request.
Assembly: System (in System.dll)
'Declaration Public Delegate Function ExtendedProtectionSelector ( _ request As HttpListenerRequest _ ) As ExtendedProtectionPolicy 'Usage Dim instance As New ExtendedProtectionSelector(AddressOf HandlerMethod)
Parameters
- request
- Type: System.Net.HttpListenerRequest
The HttpListenerRequest to determine the extended protection policy that the HttpListener instance will use to provide extended protection.
Return Value
Type: System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyAn ExtendedProtectionPolicy object that specifies the extended protection policy to use for this request.
The HttpListener.ExtendedProtectionSelector class is used with integrated Windows authentication to provide extended protection. For each request, the delegate can choose the settings that the HttpListener instance will use to provide extended protection.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.