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