[Modify] Edit it
This commit is contained in:
parent
4218c134e6
commit
110d1cc112
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user