[Modify] It will be removed

This commit is contained in:
sta 2017-04-10 14:12:58 +09:00
parent 2ef6af69fe
commit e3b86b5627

View File

@ -582,6 +582,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentException">
/// <paramref name="data"/> could not be UTF-8-encoded.
/// </exception>
[Obsolete ("This method will be removed.")]
public void Broadcast (string data)
{
if (_state != ServerState.Start) {