[Modify] Polish it
This commit is contained in:
parent
0ffdfd7e39
commit
acd56acae3
@ -492,9 +492,9 @@ namespace WebSocketSharp.Server
|
|||||||
/// authenticate a client.
|
/// authenticate a client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <c>Func<<see cref="IIdentity"/>, <see cref="NetworkCredential"/>></c> delegate that
|
/// A <c>Func<<see cref="IIdentity"/>, <see cref="NetworkCredential"/>></c> delegate
|
||||||
/// references the method(s) used to find the credentials. The default value is a function that
|
/// that references the method(s) used to find the credentials. The default value is
|
||||||
/// only returns <see langword="null"/>.
|
/// <see langword="null"/>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user