[Modify] It will be removed

This commit is contained in:
sta 2017-08-03 16:09:23 +09:00
parent de260fcddf
commit 33da8ba41c

View File

@ -572,6 +572,7 @@ namespace WebSocketSharp.Server
/// <exception cref="InvalidOperationException">
/// The current state of the manager is not Start.
/// </exception>
[Obsolete ("This method will be removed.")]
public Dictionary<string, bool> Broadping ()
{
if (_state != ServerState.Start) {