using System; namespace System.Net { /// Selects the authentication scheme for an instance. /// One of the values that indicates the method of authentication to use for the specified client request. /// The instance for which to select an authentication scheme. // Token: 0x02000333 RID: 819 // (Invoke) Token: 0x06001CA5 RID: 7333 public delegate AuthenticationSchemes AuthenticationSchemeSelector(HttpListenerRequest httpRequest); }