[Modify] Edit it

This commit is contained in:
sta 2017-02-15 17:02:10 +09:00
parent 37f28794e1
commit 04feb7b61c

View File

@ -1184,6 +1184,9 @@ namespace WebSocketSharp.Server
/// A <see cref="string"/> that represents the reason for
/// the close. The size must be 123 bytes or less in UTF-8.
/// </param>
/// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to stop.
/// </exception>
public void Stop (CloseStatusCode code, string reason)
{
string msg;