[Modify] Edit it

This commit is contained in:
sta 2017-02-15 16:46:28 +09:00
parent cf40fd54b9
commit 37f28794e1

View File

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