HttpServer..::..UserCredentialsFinder Property
   Gets or sets the delegate called to find the credentials for an identity used to
   authenticate a client.
   
                
    Namespace: 
   WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public Func<IIdentity, NetworkCredential> UserCredentialsFinder { get; set; }
Public Property UserCredentialsFinder As Func(Of IIdentity, NetworkCredential) Get Set
public: property Func<IIdentity^, NetworkCredential^>^ UserCredentialsFinder { Func<IIdentity^, NetworkCredential^>^ get (); void set (Func<IIdentity^, NetworkCredential^>^ value); }