[Modify] Edit it
This commit is contained in:
parent
62759babc3
commit
c83a9fc193
@ -433,11 +433,11 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called when the <see cref="WebSocket"/> used in a session receives a message.
|
/// Called when the WebSocket instance used in a session receives a message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="e">
|
/// <param name="e">
|
||||||
/// A <see cref="MessageEventArgs"/> that represents the event data passed to
|
/// A <see cref="MessageEventArgs"/> that represents the event data passed
|
||||||
/// a <see cref="WebSocket.OnMessage"/> event.
|
/// from a <see cref="WebSocket.OnMessage"/> event.
|
||||||
/// </param>
|
/// </param>
|
||||||
protected virtual void OnMessage (MessageEventArgs e)
|
protected virtual void OnMessage (MessageEventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user