[Modify] Edit it
This commit is contained in:
parent
2fae4be285
commit
b8e6aa44ce
@ -410,12 +410,17 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the <see cref="WebSocket"/> emits
|
/// Gets or sets a value indicating whether a <see cref="OnMessage"/> event
|
||||||
/// a <see cref="OnMessage"/> event when receives a ping.
|
/// is emitted when a ping is received.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the <see cref="WebSocket"/> emits a <see cref="OnMessage"/> event
|
/// <para>
|
||||||
/// when receives a ping; otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// <c>true</c> if this instance emits a <see cref="OnMessage"/> 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