[Modify] Edit it
This commit is contained in:
@@ -35,9 +35,8 @@ namespace WebSocketSharp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// That event occurs when the <see cref="WebSocket"/> receives a text or
|
/// That event occurs when the <see cref="WebSocket"/> receives a message or
|
||||||
/// binary message, or a ping if the <see cref="WebSocket.EmitOnPing"/>
|
/// a ping if the <see cref="WebSocket.EmitOnPing"/> property is set to <c>true</c>.
|
||||||
/// property is set to <c>true</c>.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to get the message data, you should access
|
/// If you would like to get the message data, you should access
|
||||||
|
|||||||
Reference in New Issue
Block a user