[Modify] Edit it

This commit is contained in:
sta 2016-10-15 16:05:28 +09:00
parent 34d61cd8f5
commit 10674ae9e8

View File

@ -544,13 +544,13 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the delegate called to find the credentials for an identity used to /// Gets or sets the delegate called to find the credentials for
/// authenticate a client. /// an identity used to authenticate a client.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <c>Func&lt;<see cref="IIdentity"/>, <see cref="NetworkCredential"/>&gt;</c> delegate /// A <c>Func&lt;IIdentity, NetworkCredential&gt;</c> delegate that
/// that references the method(s) used to find the credentials. The default value is /// invokes the method used to find the credentials. The default value
/// <see langword="null"/>. /// is <see langword="null"/>.
/// </value> /// </value>
public Func<IIdentity, NetworkCredential> UserCredentialsFinder { public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
get { get {