[Modify] It will be removed

This commit is contained in:
sta 2017-04-11 17:53:57 +09:00
parent 5f47418444
commit 90bbd6ba95

View File

@ -749,6 +749,7 @@ namespace WebSocketSharp.Server
/// No data could be read from <paramref name="stream"/>.
/// </para>
/// </exception>
[Obsolete ("This method will be removed.")]
public void BroadcastAsync (Stream stream, int length, Action completed)
{
if (_state != ServerState.Start) {