[Modify] Edit it
This commit is contained in:
parent
035ac48557
commit
748de5bdf4
@ -154,12 +154,17 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the <see cref="WebSocket"/> used in a session emits
|
/// Gets or sets a value indicating whether the WebSocket instance for
|
||||||
/// a <see cref="WebSocket.OnMessage"/> event when receives a Ping.
|
/// a session emits the message event when receives a ping.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the <see cref="WebSocket"/> emits a <see cref="WebSocket.OnMessage"/> event
|
/// <para>
|
||||||
/// when receives a Ping; otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// <c>true</c> if the WebSocket instance emits the message event
|
||||||
|
/// when receives a ping; otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool EmitOnPing {
|
public bool EmitOnPing {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user