[Modify] Polish it
This commit is contained in:
parent
c4c475dc33
commit
2da360a825
@ -46,12 +46,12 @@ namespace WebSocketSharp.Net
|
|||||||
{
|
{
|
||||||
#region Private Fields
|
#region Private Fields
|
||||||
|
|
||||||
private long _bodyLeft;
|
private long _bodyLeft;
|
||||||
private byte[] _buffer;
|
private byte[] _buffer;
|
||||||
private int _count;
|
private int _count;
|
||||||
private bool _disposed;
|
private bool _disposed;
|
||||||
private int _offset;
|
private int _offset;
|
||||||
private Stream _stream;
|
private Stream _stream;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user