[Modify] Polish it

This commit is contained in:
sta 2020-01-28 21:15:25 +09:00
parent 5c496b07b4
commit da15c43ded

View File

@ -267,7 +267,12 @@ namespace WebSocketSharp.Net
#region Public Methods
public override IAsyncResult BeginRead (
byte[] buffer, int offset, int count, AsyncCallback callback, object state)
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state
)
{
throw new NotSupportedException ();
}