[Modify] It will be removed

This commit is contained in:
sta 2018-07-30 21:05:16 +09:00
parent be36b0a4a8
commit 7af5bf71c6

View File

@ -1547,6 +1547,7 @@ namespace WebSocketSharp.Server
/// <paramref name="reason"/> could not be UTF-8-encoded. /// <paramref name="reason"/> could not be UTF-8-encoded.
/// </para> /// </para>
/// </exception> /// </exception>
[Obsolete ("This method will be removed.")]
public void Stop (ushort code, string reason) public void Stop (ushort code, string reason)
{ {
if (!code.IsCloseStatusCode ()) { if (!code.IsCloseStatusCode ()) {