[Modify] It will be removed

This commit is contained in:
sta
2017-04-10 14:04:30 +09:00
parent db978ec5da
commit e17e9adf2f

View File

@@ -549,6 +549,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>.
/// </exception>
[Obsolete ("This method will be removed.")]
public void Broadcast (byte[] data)
{
if (_state != ServerState.Start) {