[Modify] Polish it
This commit is contained in:
parent
ffc4d4212b
commit
3adf4a1aa8
@ -56,7 +56,8 @@ namespace WebSocketSharp.Net
|
|||||||
#region Public Constructors
|
#region Public Constructors
|
||||||
|
|
||||||
public ReadBufferState (
|
public ReadBufferState (
|
||||||
byte[] buffer, int offset, int count, HttpStreamAsyncResult asyncResult)
|
byte[] buffer, int offset, int count, HttpStreamAsyncResult asyncResult
|
||||||
|
)
|
||||||
{
|
{
|
||||||
_buffer = buffer;
|
_buffer = buffer;
|
||||||
_offset = offset;
|
_offset = offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user