[Modify] It will be removed

This commit is contained in:
sta 2018-07-23 19:58:00 +09:00
parent 051062b7fd
commit 560c23109f

View File

@ -1405,6 +1405,7 @@ namespace WebSocketSharp.Server
/// <exception cref="InvalidOperationException">
/// The underlying <see cref="TcpListener"/> has failed to stop.
/// </exception>
[Obsolete ("This method will be removed.")]
public void Stop (ushort code, string reason)
{
if (!code.IsCloseStatusCode ()) {