[Modify] It will be removed

This commit is contained in:
sta 2017-04-12 15:32:26 +09:00
parent 1c63b4ba72
commit 0223b606e8

View File

@ -806,6 +806,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, Dictionary<string, bool>> Broadping ()
{
if (_state != ServerState.Start) {