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 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 Exception | Condition |
---|
ObjectDisposedException |
This listener has been closed.
|
See Also