[Modify] Edit it

This commit is contained in:
sta 2017-02-16 15:54:40 +09:00
parent 0df24ba14c
commit 0008f89b31

View File

@ -359,9 +359,13 @@ namespace WebSocketSharp.Server
/// <summary> /// <summary>
/// Gets or sets the scheme used to authenticate the clients. /// Gets or sets the scheme used to authenticate the clients.
/// </summary> /// </summary>
/// <remarks>
/// The set operation does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
/// <value> /// <value>
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum /// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum
/// values that represents the scheme used to authenticate the clients. /// values. It specifies the scheme used to authenticate the clients.
/// The default value is /// The default value is
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>. /// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
/// </value> /// </value>