[Modify] Polish it

This commit is contained in:
sta 2016-05-20 15:47:15 +09:00
parent 0ffdfd7e39
commit acd56acae3

View File

@ -492,9 +492,9 @@ namespace WebSocketSharp.Server
/// authenticate a client.
/// </summary>
/// <value>
/// A <c>Func&lt;<see cref="IIdentity"/>, <see cref="NetworkCredential"/>&gt;</c> delegate that
/// references the method(s) used to find the credentials. The default value is a function that
/// only returns <see langword="null"/>.
/// A <c>Func&lt;<see cref="IIdentity"/>, <see cref="NetworkCredential"/>&gt;</c> delegate
/// that references the method(s) used to find the credentials. The default value is
/// <see langword="null"/>.
/// </value>
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
get {