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