[Modify] Edit it

This commit is contained in:
sta 2021-08-27 20:09:35 +09:00
parent 6670006ef7
commit 7dbdeafca2

View File

@ -1307,6 +1307,10 @@ namespace WebSocketSharp.Server
/// <summary>
/// Stops receiving incoming handshake requests.
/// </summary>
/// <remarks>
/// This method does nothing if the server is not started,
/// it is shutting down, or it has already stopped.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// The underlying <see cref="TcpListener"/> has failed to stop.
/// </exception>