[Modify] Edit it

This commit is contained in:
sta 2017-02-16 15:32:16 +09:00
parent f059b447c8
commit 63a0c03e67

View File

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