[Modify] Polish it

master
sta 6 years ago
parent 59f54c37af
commit 8f9d7ef2a3

@ -273,7 +273,12 @@ namespace WebSocketSharp.Net
}
public override IAsyncResult BeginWrite (
byte[] buffer, int offset, int count, AsyncCallback callback, object state)
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state
)
{
if (_disposed)
throw new ObjectDisposedException (GetType ().ToString ());

Loading…
Cancel
Save