[Modify] It will be removed

This commit is contained in:
sta 2017-08-03 16:12:20 +09:00
parent 33da8ba41c
commit fec10593d8

View File

@ -614,6 +614,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// The size of <paramref name="message"/> is greater than 125 bytes. /// The size of <paramref name="message"/> is greater than 125 bytes.
/// </exception> /// </exception>
[Obsolete ("This method will be removed.")]
public Dictionary<string, bool> Broadping (string message) public Dictionary<string, bool> Broadping (string message)
{ {
if (_state != ServerState.Start) { if (_state != ServerState.Start) {