[Modify] Edit it

master
sta 8 years ago
parent 62759babc3
commit c83a9fc193

@ -433,11 +433,11 @@ namespace WebSocketSharp.Server
}
/// <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>
/// <param name="e">
/// A <see cref="MessageEventArgs"/> that represents the event data passed to
/// a <see cref="WebSocket.OnMessage"/> event.
/// A <see cref="MessageEventArgs"/> that represents the event data passed
/// from a <see cref="WebSocket.OnMessage"/> event.
/// </param>
protected virtual void OnMessage (MessageEventArgs e)
{

Loading…
Cancel
Save