[Modify] Edit it

This commit is contained in:
sta 2018-07-01 21:10:58 +09:00
parent 19b0fdc931
commit 98861dcb4d

View File

@ -237,13 +237,14 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the WebSocket service ignores /// Gets or sets a value indicating whether the service ignores
/// the Sec-WebSocket-Extensions header included in a handshake request. /// the Sec-WebSocket-Extensions header included in a WebSocket
/// handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// <c>true</c> if the service ignores the extensions requested from /// <c>true</c> if the service ignores the extensions requested
/// a client; otherwise, <c>false</c>. /// from a client; otherwise, <c>false</c>.
/// </para> /// </para>
/// <para> /// <para>
/// The default value is <c>false</c>. /// The default value is <c>false</c>.