[Modify] Edit it

This commit is contained in:
sta 2018-05-09 19:13:25 +09:00
parent c83a9fc193
commit 1889a8a060

View File

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