HttpServerUserCredentialsFinder Property |
Namespace: Sfs2X.WebSocketSharp.Server
public Func<IIdentity, NetworkCredential> UserCredentialsFinder { get; set; }
A Func<IIdentity, NetworkCredential> delegate or if not needed.
That delegate invokes the method called for finding the credentials used to authenticate a client.
The default value is .
No credentials are found if the method invoked by the delegate returns or the value is .
The set operation does nothing if the server has already started or it is shutting down.