[Modify] Edit it

This commit is contained in:
sta 2018-06-14 19:23:38 +09:00
parent 4218c134e6
commit 110d1cc112

View File

@ -194,8 +194,13 @@ namespace WebSocketSharp.Server
/// the Sec-WebSocket-Extensions header included in a handshake request. /// the Sec-WebSocket-Extensions header included in a handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the WebSocket service ignores the extensions requested from /// <para>
/// a client; otherwise, <c>false</c>. The default value is <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>.
/// </para>
/// </value> /// </value>
public bool IgnoreExtensions { public bool IgnoreExtensions {
get { get {