[Modify] It will be removed
This commit is contained in:
parent
5f47418444
commit
90bbd6ba95
@ -749,6 +749,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// No data could be read from <paramref name="stream"/>.
|
/// No data could be read from <paramref name="stream"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </exception>
|
/// </exception>
|
||||||
|
[Obsolete ("This method will be removed.")]
|
||||||
public void BroadcastAsync (Stream stream, int length, Action completed)
|
public void BroadcastAsync (Stream stream, int length, Action completed)
|
||||||
{
|
{
|
||||||
if (_state != ServerState.Start) {
|
if (_state != ServerState.Start) {
|
||||||
|
Loading…
Reference in New Issue
Block a user