We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62759ba commit c83a9fcCopy full SHA for c83a9fc
websocket-sharp/Server/WebSocketBehavior.cs
@@ -433,11 +433,11 @@ protected virtual void OnError (ErrorEventArgs e)
433
}
434
435
/// <summary>
436
- /// 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.
437
/// </summary>
438
/// <param name="e">
439
- /// A <see cref="MessageEventArgs"/> that represents the event data passed to
440
- /// a <see cref="WebSocket.OnMessage"/> event.
+ /// A <see cref="MessageEventArgs"/> that represents the event data passed
+ /// from a <see cref="WebSocket.OnMessage"/> event.
441
/// </param>
442
protected virtual void OnMessage (MessageEventArgs e)
443
{
0 commit comments