[Modify] Edit it

This commit is contained in:
sta 2017-02-15 16:41:19 +09:00
parent a8103c8c00
commit cf40fd54b9

View File

@ -1120,6 +1120,9 @@ namespace WebSocketSharp.Server
/// This method does nothing if the server is not started,
/// it is shutting down, or it has already stopped.
/// </remarks>
/// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to stop.
/// </exception>
public void Stop ()
{
stop (1005, String.Empty);