[Modify] Edit it
This commit is contained in:
parent
34d61cd8f5
commit
10674ae9e8
@ -544,13 +544,13 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the delegate called to find the credentials for an identity used to
|
||||
/// authenticate a client.
|
||||
/// Gets or sets the delegate called to find the credentials for
|
||||
/// an identity used to authenticate a client.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// A <c>Func<<see cref="IIdentity"/>, <see cref="NetworkCredential"/>></c> delegate
|
||||
/// that references the method(s) used to find the credentials. The default value is
|
||||
/// <see langword="null"/>.
|
||||
/// A <c>Func<IIdentity, NetworkCredential></c> delegate that
|
||||
/// invokes the method used to find the credentials. The default value
|
||||
/// is <see langword="null"/>.
|
||||
/// </value>
|
||||
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user