[Modify] Edit it
This commit is contained in:
parent
c83a9fc193
commit
1889a8a060
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user