[Modify] Polish it
This commit is contained in:
parent
3db97ec838
commit
bcfc3c6863
@ -198,7 +198,8 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override IAsyncResult BeginWrite (
|
public override IAsyncResult BeginWrite (
|
||||||
byte[] buffer, int offset, int count, AsyncCallback callback, object state)
|
byte[] buffer, int offset, int count, AsyncCallback callback, object state
|
||||||
|
)
|
||||||
{
|
{
|
||||||
throw new NotSupportedException ();
|
throw new NotSupportedException ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user