[Modify] Edit it

This commit is contained in:
sta 2017-06-05 15:09:16 +09:00
parent 86e14309c3
commit 706eaddaf0

View File

@ -287,10 +287,22 @@ 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 values, /// <para>
/// indicates 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>
public AuthenticationSchemes AuthenticationSchemes { public AuthenticationSchemes AuthenticationSchemes {
get { get {