source: TFP-WebServer/SpaceWizards.HttpListener/src/System/Net/AuthenticationSchemeSelector.cs

Last change on this file was 376, checked in by alloc, 2 years ago

Added SpaceWizards.HttpListener for HTTP IPv6 support

File size: 302 bytes
Line 
1// Licensed to the .NET Foundation under one or more agreements.
2// The .NET Foundation licenses this file to you under the MIT license.
3
4using System.Net;
5
6namespace SpaceWizards.HttpListener
7{
8 public delegate AuthenticationSchemes AuthenticationSchemeSelector(HttpListenerRequest httpRequest);
9}
Note: See TracBrowser for help on using the repository browser.