[Modify] Edit it

This commit is contained in:
sta 2016-10-10 17:39:22 +09:00
parent 4df24ba18b
commit a46a16cd56

View File

@ -336,8 +336,9 @@ namespace WebSocketSharp.Server
/// Gets or sets the scheme used to authenticate the clients.
/// </summary>
/// <value>
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum values,
/// indicates the scheme used to authenticate the clients. The default value is
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum
/// values that represents the scheme used to authenticate the clients.
/// The default value is
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
/// </value>
public AuthenticationSchemes AuthenticationSchemes {