[Modify] Edit it

This commit is contained in:
sta 2017-07-17 16:05:59 +09:00
parent 60a25a9124
commit d2b36fbd38

View File

@ -327,16 +327,16 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the server accepts /// Gets or sets a value indicating whether the server accepts every
/// a handshake request without checking the request URI. /// handshake request without checking the request URI.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The set operation does nothing if the server has already /// The set operation does nothing if the server has already started or
/// started or it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
/// <c>true</c> if the server accepts a handshake request without /// <c>true</c> if the server accepts every handshake request without
/// checking the request URI; otherwise, <c>false</c>. /// checking the request URI; otherwise, <c>false</c>.
/// </para> /// </para>
/// <para> /// <para>