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