[Modify] Polish it

This commit is contained in:
sta 2021-02-03 19:40:35 +09:00
parent 3db97ec838
commit bcfc3c6863

View File

@ -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 ();
} }