[Modify] Edit it

This commit is contained in:
sta 2021-04-28 19:41:38 +09:00
parent 553121dae3
commit 0e550b860e

View File

@ -138,9 +138,17 @@ namespace WebSocketSharp.Net
/// Gets or sets the scheme used to authenticate the clients. /// Gets or sets the scheme used to authenticate the clients.
/// </summary> /// </summary>
/// <value> /// <value>
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum values, /// <para>
/// represents the scheme used to authenticate the clients. The default value is /// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/>
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>. /// enum values.
/// </para>
/// <para>
/// It represents the scheme used to authenticate the clients.
/// </para>
/// <para>
/// The default value is
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
/// </para>
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This listener has been closed. /// This listener has been closed.