Browse Source

[Modify] Edit it

pull/571/merge
sta 2 months ago
parent
commit
f7eb337321
  1. 6
      websocket-sharp/Server/WebSocketBehavior.cs

6
websocket-sharp/Server/WebSocketBehavior.cs

@ -299,12 +299,12 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets or sets a value indicating whether the message event is emitted
/// when the WebSocket interface for a session receives a ping.
/// Gets or sets a value indicating whether the WebSocket interface for
/// a session emits the message event when it receives a ping.
/// </summary>
/// <value>
/// <para>
/// <c>true</c> if the interface emits the message event when receives
/// <c>true</c> if the interface emits the message event when it receives
/// a ping; otherwise, <c>false</c>.
/// </para>
/// <para>

Loading…
Cancel
Save