[Modify] Edit it

master
sta 8 years ago
parent 4218c134e6
commit 110d1cc112

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

Loading…
Cancel
Save