HttpListener..::..AuthenticationSchemeSelector Property
Gets or sets the delegate called to select the scheme used to authenticate the clients.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public Func<HttpListenerRequest, AuthenticationSchemes> AuthenticationSchemeSelector { get; set; }
Public Property AuthenticationSchemeSelector As Func(Of HttpListenerRequest, AuthenticationSchemes) Get Set
public: property Func<HttpListenerRequest^, AuthenticationSchemes^>^ AuthenticationSchemeSelector { Func<HttpListenerRequest^, AuthenticationSchemes^>^ get (); void set (Func<HttpListenerRequest^, AuthenticationSchemes^>^ value); }