[Modify] Polish it
This commit is contained in:
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…
Reference in New Issue
Block a user