Click or drag to resize

HttpListenerUserCredentialsFinder Property

Gets or sets the delegate called to find the credentials for an identity used to authenticate a client.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Func<IIdentity, NetworkCredential> UserCredentialsFinder { get; set; }

Property Value

Type: FuncIIdentity, NetworkCredential
A Func<IIdentity, NetworkCredential> delegate that references the method used to find the credentials. The default value is .
Exceptions
ExceptionCondition
ObjectDisposedException This listener has been closed.
See Also