[Modify] Edit it

This commit is contained in:
sta 2021-05-06 19:39:48 +09:00
parent f76b71b0da
commit 3ee3d386b5

View File

@ -454,13 +454,21 @@ namespace WebSocketSharp.Net
} }
/// <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 /// <para>
/// that references the method used to find the credentials. The default value is /// A <c>Func&lt;<see cref="IIdentity"/>,
/// <see langword="null"/>. /// <see cref="NetworkCredential"/>&gt;</c> delegate or
/// <see langword="null"/> if not needed.
/// </para>
/// <para>
/// It references the method used to find the credentials.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.
/// </para>
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This listener has been closed. /// This listener has been closed.