[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>
/// Gets or sets a value indicating whether the WebSocket service ignores
/// the Sec-WebSocket-Extensions header included in a handshake request.
/// Gets or sets a value indicating whether the service ignores
/// the Sec-WebSocket-Extensions header included in a WebSocket
/// handshake request.
/// </summary>
/// <value>
/// <para>
/// <c>true</c> if the service ignores the extensions requested from
/// a client; otherwise, <c>false</c>.
/// <c>true</c> if the service ignores the extensions requested
/// from a client; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.