[Modify] It will be removed
This commit is contained in:
parent
e3b86b5627
commit
d005fd9789
@ -632,6 +632,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="data"/> is <see langword="null"/>.
|
/// <paramref name="data"/> is <see langword="null"/>.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
|
[Obsolete ("This method will be removed.")]
|
||||||
public void BroadcastAsync (byte[] data, Action completed)
|
public void BroadcastAsync (byte[] data, Action completed)
|
||||||
{
|
{
|
||||||
if (_state != ServerState.Start) {
|
if (_state != ServerState.Start) {
|
||||||
|
Loading…
Reference in New Issue
Block a user