[Modify] Polish it
This commit is contained in:
parent
5c496b07b4
commit
da15c43ded
@ -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 ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user